Condition Coverage

lib/App/GitFind.pm
Criterion Covered Total %
condition 5 23 21.7


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 $details->{'saw_rr'} and $details->{'saw_non_rr'}

or 2 conditions

line l !l condition
91 0 0 $details->{'saw_non_rr'} ||= 1
215 1 0 shift() // []
222 0 1 $hrOpts->{'switches'}{'v'} // []
223 0 1 $hrOpts->{'switches'}{'q'} // []

or 3 conditions

line l !l&&r !l&&!r condition
217 2 0 0 $_[0] // $_
226 1 0 0 have('h') or have('help')
228 0 0 0 have('?') or have('usage')
229 0 0 0 have('V') or have('version')