Branch Coverage

blib/lib/Debug/Filter/PrintExpr.pm
Criterion Covered Total %
branch 20 22 90.9


line true false branch
40 23 6 $expr ? :
41 23 6 $expr ? :
49 24 1 if defined $val
50 11 14 if $isnumeric
51 1 24 if (not defined $val) { }
0 24 elsif (my $class = &blessed($val)) { }
0 24 elsif (ref $val) { }
3 21 elsif ($isdual) { }
8 13 elsif ($isnumeric) { }
91 21 2 unless (&_genprefix)
152 23 6 $scalar ? :