Branch Coverage

blib/lib/Devel/Carnivore.pm
Criterion Covered Total %
branch 20 26 76.9


line true false branch
23 9 11 if ref $hashref eq 'HASH'
25 9 2 if (ref $hashref)
28 5 4 unless $@
41 2 7 if test_no_hashref $hashref
47 1 6 if tied %$hashref
64 0 4 if (test_no_hashref $hashref) { }
4 0 elsif (tied(%$hashref)->isa('Devel::Carnivore::Tie::Hash')) { }
121 4 3 if &Devel::Carnivore::test_no_hashref($value)
144 32 0 defined $key ? :
145 32 0 defined $value ? :
146 24 8 defined $old_value ? :
150 32 0 if defined $name
162 32 0 if ($] >= 5.008)