Struct rust_code_analysis::cyclomatic::Stats [−][src]
pub struct Stats { /* fields omitted */ }
Expand description
The Cyclomatic
metric.
Implementations
Returns the Cyclomatic
metric value
Returns the sum
Returns the Cyclomatic
metric average value
This value is computed dividing the Cyclomatic
value for the
number of spaces.
Returns the Cyclomatic
maximum value
Returns the Cyclomatic
minimum value
Last step for computing minimum and maximum value and update cyclomatic_sum
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stats
impl UnwindSafe for Stats
Blanket Implementations
Mutably borrows from an owned value. Read more