Branch Coverage

blib/lib/JavaScript/Dumper.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
28 1 8 if (not defined $value) { }
3 5 elsif ($type eq 'SCALAR') { }
3 2 elsif (not $type and $value =~ /^\d+$/) { }
31 2 1 if $$value eq '1'
32 0 1 if $$value eq '0'
35 2 1 if int $value eq $value