Condition Coverage

blib/lib/OptArgs2/Cmd_CI.pm
Criterion Covered Total %
condition 4 9 44.4


or 3 conditions

line l !l&&r !l&&!r condition
7 0 4 0 $_[0]{'name'} //= $OptArgs2::Cmd::_HAS->{'name'}{'default'}->($_[0])
0 6 0 ref $class || $class
3 3 0 $_BUILD_CHECK{$class} //= do { my(@possible) = $class; my(@BUILD, @CHECK); while (@possible) { no strict 'refs'; my $c = shift @possible; push @BUILD, $c . "::BUILD" if exists &{$c . "::BUILD";}; push @CHECK, $c . "::__CHECK" if exists &{$c . "::__CHECK";}; push @possible, @{$c . "::ISA";}; } ; [reverse(@CHECK), reverse(@BUILD)] }