Branch Coverage

blib/lib/Aspect/Modular.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
20 3 4 if ($self->lexical) { }
21 0 3 if (grep {not $_->lexical;} @{$$self{'advice'};})
25 0 4 if (grep {$_->lexical;} @{$$self{'advice'};})