blib/lib/UNIVERSAL/derived_classes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
11 | 0 | 0 | if (my $blessed_class = ref $super_class) |
25 | 0 | 0 | unless $symbol =~ /\A (\w+):: \z/x |
28 | 0 | 0 | if $inner_class eq 'SUPER' |
30 | 0 | 0 | $outer_class ? : |
33 | 0 | 0 | if ($class->isa($super_class) and $class ne $super_class) |
37 | 0 | 0 | if $class eq 'main' |
48 | 0 | 0 | $b->isa($a) ? : |
0 | 0 | $a->isa($b) ? : | |
53 | 0 | 0 | if $reversed |