| blib/lib/Net/Connection/Match.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 12 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 175 | 0 | 0 | 3 | defined $args{'checks'}[$check_int]{'args'} and ref $args{'checks'}[$check_int]{'args'} eq 'HASH' | 
| 185 | 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 | 
|---|---|---|---|---|
| 242 | 1 | 1 | 3 | not defined $conn or ref $conn ne 'Net::Connection' |