Condition Coverage

lib/Sisimai/Rhost/GSuite.pm
Criterion Covered Total %
condition 9 20 45.0


and 3 conditions

line !l l&&!r l&&r condition
27 74 43 0 $e eq "networkerror" and $statuscode eq '5' || $esmtpreply eq '5'
28 88 29 0 $e eq "hostunknown" and $statuscode eq '4' || $statuscode eq ''
29 88 0 0 $e eq "hostunknown" and $esmtpreply eq '4' || $esmtpreply eq ''

or 2 conditions

line l !l condition
12 146 1 shift() // (return "")

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 43 $statuscode eq '5' || $esmtpreply eq '5'
28 29 0 0 $statuscode eq '4' || $statuscode eq ''
29 0 0 0 $esmtpreply eq '4' || $esmtpreply eq ''