Branch Coverage

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


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