lib/SUPER.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 20 | 95.0 |
line | true | false | branch |
---|---|---|---|
25 | 9 | 5 | defined $blessed ? : |
30 | 1 | 13 | unless $sub |
58 | 2 | 21 | if $blessed |
66 | 6 | 51 | if $parent eq $prune |
72 | 28 | 17 | if (my $subref = $parent->can($method)) |
75 | 7 | 21 | if $source eq "${prune}::$method" |
87 | 70 | 1 | unless (@parents) |
93 | 27 | 44 | unless @parents |
100 | 2 | 3 | if @_ |
104 | 0 | 3 | unless $_[0] |