Branch Coverage

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


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