Condition Coverage

blib/lib/Module/TestConfig.pm
Criterion Covered Total %
condition 13 29 44.8


and 3 conditions

line !l l&&!r l&&r condition
129 8 0 7 @_ == 1 and ref $_[0] eq 'ARRAY'
221 12 27 9 /^defaults/ and $$self{'_defaults'}{$name}
381 0 0 43 defined $q->msg and defined $q->name
391 43 0 0 -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT))
394 0 0 0 $Term::ReadKey::VERSION and $q->noecho

or 2 conditions

line l !l condition
312 0 0 eval { do { require Term::ReadKey; (Term::ReadKey::GetTerminalSize())[0] } } || 79

or 3 conditions

line l !l&&r !l&&!r condition
32 0 8 0 ref $proto || $proto
209 0 27 16 $i ||= $$self{'qi'}
227 2 25 0 $$self{'answers'}{$name} || $default
377 43 0 0 shift() || $$self{'questions'}[$$self{'qi'}]