Skip to main content

Module temporal

Module temporal 

Source
Expand description

Time-based analysis for code evolution.

Change history tracking, stability scores, coupling detection, and predictive analysis. Can work with or without git integration.

Re-exports§

pub use coupling::Coupling;
pub use coupling::CouplingDetector;
pub use coupling::CouplingOptions;
pub use coupling::CouplingType;
pub use history::ChangeHistory;
pub use history::ChangeType;
pub use history::FileChange;
pub use history::HistoryOptions;
pub use prophecy::AlertType;
pub use prophecy::EcosystemAlert;
pub use prophecy::Prediction;
pub use prophecy::PredictionType;
pub use prophecy::ProphecyEngine;
pub use prophecy::ProphecyOptions;
pub use prophecy::ProphecyResult;
pub use stability::StabilityAnalyzer;
pub use stability::StabilityFactor;
pub use stability::StabilityOptions;
pub use stability::StabilityRecommendation;
pub use stability::StabilityResult;

Modules§

coupling
Coupling detection between code units.
history
Change history tracking via git.
prophecy
Predictive analysis — the prophecy engine.
stability
Stability score calculation.