Condition Coverage

blib/lib/App/Sqitch.pm
Criterion Covered Total %
condition 11 18 61.1


and 2 conditions

line l !l condition
211 0 1 $sqitch->vent($_) and return 2

and 3 conditions

line !l l&&!r l&&r condition
375 2 0 0 -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT))
380 0 1 0 !$self->_is_interactive && eof STDIN
450 1 8 24 $def and not $def =~ /^[yn]/i

or 2 conditions

line l !l condition
326 1 0 $doc || 'sqitch'
509 60 0 $_ // ""

or 3 conditions

line l !l&&r !l&&!r condition
258 1 1 18 $opts{'help'} or $opts{'man'}