Condition Coverage

lib/LEOCHARRE/CLI.pm
Criterion Covered Total %
condition 3 31 9.6


and 2 conditions

line l !l condition
161 0 0 warn "$0, Does not resolve: $_, skipped." and next
162 0 0 warn "$0, Does not exist: $_, skipped." and next
176 0 0 warn "Does not resolve: $_." and return
177 0 0 warn "Is not on disk: $_." and return
189 0 0 warn "$0, Does not resolve: $_, skipped." and next
279 0 0 warn 'Cannot determine abs_conf automatically and no arg passed' and return
283 0 1 warn "$0, [$abs_conf] does not exist." and return
292 0 0 warn 'ENV HOME not set' and return
297 0 0 warn 'ENV HOME not set' and return

and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 print "$0, only root can use this." and exit
303 0 0 0 return undef and warn "$0, $d exists"

or 2 conditions

line l !l condition
119 0 0 $opts ||= ''
197 0 0 $question ||= 'Your answer? '

or 3 conditions

line l !l&&r !l&&!r condition
277 1 2 0 $abs_conf ||= main::suggest_abs_conf()