blib/lib/Net/Connection/Match.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
178 | 0 | 0 | 3 | defined $args{'checks'}[$check_int]{'args'} and ref $args{'checks'}[$check_int]{'args'} eq 'HASH' |
188 | 0 | 3 | 0 | defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} ne 'SCALAR' |
0 | 0 | 3 | defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} eq 'SCALAR' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
245 | 1 | 1 | 3 | not defined $conn or ref $conn ne 'Net::Connection' |