cogito v1.3.1 (2022-05-15T18:12:04Z)
Dub
Repo
Source
cogito
meter
Collects the score from a single D module.
struct
Source {
string
moduleName
;
this
(List!Meter inner, string filename);
string
filename
[@property getter];
Nullable
!(
Threshold
.
Type
)
isAbove
(Threshold threshold);
mixin
Ruler
!()
;
}
Constructors
this
this
(List!Meter inner, string filename)
Members
Functions
isAbove
Nullable
!(
Threshold
.
Type
)
isAbove
(Threshold threshold)
Mixins
__anonymous
mixin
Ruler
!()
Undocumented in source.
Properties
filename
string
filename
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
moduleName
string
moduleName
;
Module name.
Meta
Source
See Implementation
cogito
meter
aliases
Result
functions
deinitialize
initialize
printErrors
report
structs
CognitiveError
DebugReporter
FlatReporter
LocalHandler
Meter
ScoreScope
Source
Threshold
Collects the score from a single D module.