Condition Coverage

blib/lib/App/watchdiff.pm
Criterion Covered Total %
condition 1 21 4.7


and 3 conditions

line !l l&&!r l&&r condition
95 0 0 0 $opt->context and $opt->context < 100
121 0 0 0 $opt->scroll and $opt->date
125 0 0 0 $app and $app->control_scroll
131 1 0 0 $app and $app->control_scroll
191 0 0 0 $opt->refresh and $opt->clear

or 2 conditions

line l !l condition
96 0 0 $opt->verbose //= 1
173 0 0 execute(@diffcmd, $old->path, $new->path) // die("diff: $!\n")
212 0 0 (my $fh = "IO::File"->new)->open("-|") // die("open: $@\n")