Branch Coverage

blib/lib/Class/Virtual.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
100 10 19 if (@_) { }
101 4 6 if (defined $class->__Virtual_Methods)
127 0 15 if ($this_class->can($meth))
140 0 2 if ($class eq $this_class) { }
184 9 30 if defined &{$class . '::' . $meth;}