Condition Coverage

blib/lib/Test/Clustericious/Command.pm
Criterion Covered Total %
condition 6 22 27.2


and 3 conditions

line !l l&&!r l&&r condition
59 3 0 0 defined $ENV{'CLUSTERICIOUS_COMMAND_TEST'} and -r $ENV{'CLUSTERICIOUS_COMMAND_TEST'}
187 0 0 31 $exit != -1 && !($exit & 128)

or 2 conditions

line l !l condition
253 0 0 +(shift())->{'cmd'} // []
299 0 17 $name ||= 'output matches'
311 0 1 $name ||= 'output does not match'
323 0 6 $name ||= 'error matches'
335 0 0 $name ||= 'error does not match'

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 $config->{'exe'} // $name
261 0 31 0 $name //= "exit with $value"