Condition Coverage

blib/lib/Best.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
200 11 39 6 defined $version && $version =~ /\Av?\d+(?:\.[\d_]+)?\z/
256 5 1 4 @{$_[0];} == 2 and does_arrayref($_[0][1])

or 3 conditions

line l !l&&r !l&&!r condition
14 0 0 20 $ENV{'DEBUG_BEST'} || $ENV{'TRACE_BEST'}
193 1 4 42 overload::Method($thing, '&{}') || overload::StrVal($thing) =~ /CODE\(0x[\da-f]+\)\z/
325 1 0 9 !@args || @args == 1 && does_arrayref($args[0]) && @{$args[0];} == 0