module lang::php::util::CLOC
rascal-0.40.17
php-analysis-0.2.4
Usage
import lang::php::util::CLOC;
Source code
http://github.com/cwi-swat/php-analysis/blob/main/src/main/rascal/lang/php/util/CLOC.rsc
Dependencies
import util::ShellExec;
import IO;
import String;
import List;
import lang::php::ast::System;
import lang::php::util::Corpus;
import lang::php::util::Utils;
function phpLinesOfCode
int phpLinesOfCode(loc l)
function locsForProduct
map[loc,int] locsForProduct(str p, str v)
function locsForProducts
void locsForProducts()