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

Show file Open project: UnicoenProject/UniMetrics

Public Methods

Method Description
Count ( string inputPath ) : int

measure number of physical lines of target source code

Private Methods

Method 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 method

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