C# Class Unicoen.Apps.Metrics.Utils.MetricsPrinter

Mostra file Open project: UnicoenProject/UNICOEN

Public Methods

Method Description
Run ( IList args ) : bool

Protected Methods

Method Description
PrintMetrics ( string filePath ) : void

Print cyclomatic of give file

ProtectedGetTargetElements ( UnifiedElement codeObject ) : IEnumerable

Private Methods

Method Description
ExtendFilePath ( IEnumerable paths ) : IEnumerable

Method Details

PrintMetrics() protected method

Print cyclomatic of give file
protected PrintMetrics ( string filePath ) : void
filePath string a target file path
return void

ProtectedGetTargetElements() protected abstract method

protected abstract ProtectedGetTargetElements ( UnifiedElement codeObject ) : IEnumerable
codeObject Unicoen.Model.UnifiedElement
return IEnumerable

Run() public method

public Run ( IList args ) : bool
args IList
return bool