Condition Coverage

blib/lib/App/bk.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
245 1 15 0 $savedir and -d $savedir

or 2 conditions

line l !l condition
70 0 9 $options{'debug'} ||= 0
149 0 0 $ENV{'EDITOR'} || $ENV{'VISUAL'} || die('Neither "EDITOR" nor "VISUAL" environment variables set', $/)
181 4 1 which('md5sum') || which('sum') || die('Unable to locate "md5sum" or "sum"', $/)
216 0 0 which('diff') || die('Unable to locate "diff"', $/)

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 9 $options{'?'} or $options{'help'}
68 0 0 9 $options{'HELP'} or $options{'man'}