Condition Coverage

blib/lib/App/Greple/subst.pm
Criterion Covered Total %
condition 0 46 0.0


and 3 conditions

line !l l&&!r l&&r condition
631 0 0 0 $show and @$list
647 0 0 0 @match == 0 and $opt_check ne "all"
656 0 0 0 $opt_subst && $to ne '' && $s ne $to
672 0 0 0 @ng and $outstand
673 0 0 0 @ng and $outstand

or 2 conditions

line l !l condition
532 0 0 $p // die()
537 0 0 $p->correct // ""
538 0 0 $match_list[$i] // {}
574 0 0 $p->correct // ""
577 0 0 $from_re // ""
0 0 $to // ""
583 0 0 $from_re // ""
584 0 0 $to // ""
616 0 0 $p // (next)
618 0 0 $p->correct // ""
649 0 0 $match_list[$index] //= {}

or 3 conditions

line l !l&&r !l&&!r condition
514 0 0 0 not defined $_[0] or length $_[0] == 0
672 0 0 0 $ng or @ng and $outstand
673 0 0 0 $ok or @ng and $outstand