Branch Coverage

blib/lib/SUPER.pm
Criterion Covered Total %
branch 20 22 90.9


line true false branch
25 9 5 defined $blessed ? :
30 1 13 unless $sub
51 0 8 if ($] < 5.017004)
71 2 21 if $blessed
79 6 51 if $parent eq $prune
85 28 17 if (my $subref = $parent->can($method))
88 7 21 if $source eq "${prune}::$method"
100 70 1 unless (@parents)
106 27 44 unless @parents
113 2 3 if @_
117 0 3 unless $_[0]