C# Class Unicoen.Apps.Loc.Util.TotalLoc

Afficher le fichier Open project: UnicoenProject/UniMetrics

Méthodes publiques

Méthode Description
Count ( string inputPath ) : int

measure number of physical lines of target source code

Private Methods

Méthode Description
CountForDirectory ( DirectoryInfo dirPath ) : int

count sum of total LOC of all files in directory

CountForFile ( string filePath ) : int

count total LOC of a file

Method Details

Count() public static méthode

measure number of physical lines of target source code
public static Count ( string inputPath ) : int
inputPath string
Résultat int