Branch Coverage

blib/lib/Test/Valgrind/Util.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
40 7 0 unless $type =~ /::/
43 0 7 $stash && $stash->{'ISA'} ? :
45 7 0 unless ($ISA and @$ISA >= 1)
47 0 7 unless eval "require $type; 1"
50 0 7 unless $type->isa($base)