blib/lib/Class/Virtual.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
95 | 10 | 19 | if (@_) { } |
96 | 4 | 6 | if (defined $class->__Virtual_Methods) |
122 | 0 | 15 | if ($this_class->can($meth)) |
135 | 0 | 2 | if ($class eq $this_class) { } |
179 | 9 | 30 | if defined &{$class . '::' . $meth;} |