Module reporting

Module reporting 

Source
Expand description

Visualization-Enhanced Transpile Oracle Reporting

Implements rich text reporting for transpilation analysis following Toyota Way principles (Mieruka, Jidoka, Kaizen).

§Academic Foundation

  • [1] Jones et al. (2002). Tarantula fault localization. ICSE ’02.
  • [5] Ohno (1988). Toyota Production System. Mieruka visual management.
  • [7] Imai (1986). Kaizen continuous improvement.
  • [8] Juran (1988). Pareto principle (vital few).
  • [9] Deming (1986). Statistical process control.
  • [11] Zeller & Hildebrandt (2002). Delta Debugging. IEEE TSE.

Re-exports§

pub use ascii::andon_status;
pub use ascii::grade;
pub use ascii::progress_bar;
pub use ascii::sparkline;
pub use ascii::AndonStatus;
pub use ascii::Grade;
pub use bisect::BisectSession;
pub use bisect::BisectState;
pub use bisect::BisectStep;
pub use bisect::DeltaDebugger;
pub use bisect::TestResult;
pub use dashboard::ConvergenceDashboard;
pub use dashboard::ConvergenceIteration;
pub use dashboard::ConvergenceState;
pub use dashboard::FixAttempt;
pub use formats::OutputFormat;
pub use formats::ReportFormatter;
pub use pareto::BlockerPriority;
pub use pareto::ParetoAnalysis;
pub use pipeline::CorpusPipeline;
pub use pipeline::Phase;
pub use pipeline::PhaseResult;
pub use pipeline::PipelineBuilder;
pub use pipeline::PipelineExecution;
pub use sbfl::SbflFormula;
pub use sbfl::SbflRanking;
pub use sbfl::SuspiciousnessScore;
pub use semantic::CorpusFilter;
pub use semantic::SemanticTag;
pub use semantic::SemanticTagger;
pub use semantic::TaggedFile;

Modules§

ascii
Rich ASCII Report Rendering
bisect
Delta Debugging / Bisection Mode [11]
dashboard
Convergence Dashboard (Jidoka) [6]
formats
Multi-Format Output Support
pareto
Pareto Analysis (Error Clustering) [8]
pipeline
5-Phase Corpus Pipeline with Blocker Priority [8]
sbfl
Spectrum-Based Fault Localization (SBFL)
semantic
Semantic Tagging & Corpus Filtering [7]

Structs§

ErrorEntry
Error entry for taxonomy
TranspileReport
Transpilation report result