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

Afficher le fichier Open project: UnicoenProject/UniMetrics

Méthodes publiques

Méthode Description
Count ( string inputPath ) : int

measure number of the lines which contain only space character(s) (the blank character, tab character and newline character)

Private Methods

Méthode Description
CountForDirectory ( DirectoryInfo dirPath ) : int

count sum of blank LOC of all files in directory

CountForFile ( string filePath ) : int

count blank LOC of a file

Method Details

Count() public static méthode

measure number of the lines which contain only space character(s) (the blank character, tab character and newline character)
public static Count ( string inputPath ) : int
inputPath string
Résultat int