cogito ~master (2022-04-23T16:06:50Z)
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];
bool
isAbove
(uint threshold);
mixin
Ruler
!()
;
}
Constructors
this
this
(List!Meter inner, string filename)
Members
Functions
isAbove
bool
isAbove
(uint 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
FlatReporter
LocalHandler
Meter
ScoreScope
Source
VerboseReporter
Collects the score from a single D module.