Branch Coverage

blib/lib/Text/MicroMason/PostProcess.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
18 5 3 $funcs ? :
6 8 ref $funcs eq 'ARRAY' ? :
19 4 10 if (scalar @_)
20 0 4 $#_ == 0 && ref $_[0] eq 'ARRAY' ? :
31 2 11 if (defined $p and not length $p) { }