Condition Coverage

blib/lib/Class.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
188 82 0 0 @args and $args[0] eq "extends"

or 3 conditions

line l !l&&r !l&&!r condition
30 3 31 0 $BUILD_METHODS_CACHE{$class} ||= _compute_build_methods($class)
88 3 28 2 $INC{"$parent_class.pm"} or defined &{"${parent_class}::new";}
145 3 0 69 $child eq $class or _inherits_from($child, $class)