module lang::php::metrics::CC
rascal-0.42.0
org.rascalmpl.php-analysis-0.3.3
Usage
import lang::php::metrics::CC;
Dependencies
import lang::php::ast::AbstractSyntax;
import lang::php::ast::System;
import List;
function exprChoiceCount
int exprChoiceCount(Expr e)
function computeCC
int computeCC(list[Stmt] body)