Condition Coverage

blib/lib/Parse/Netstat/Colorizer.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
198 7 0 0 defined $answer_f->{'answer'}[0] and ref $answer_f->{'answer'}[0] eq 'Net::DNS::RR::PTR'
204 6 0 1 defined $answer_l->{'answer'}[0] and ref $answer_l->{'answer'}[0] eq 'Net::DNS::RR::PTR'

or 3 conditions

line l !l&&r !l&&!r condition
114 0 0 1 ref $res ne 'ARRAY' or not defined $res->[2]
0 0 1 ref $res ne 'ARRAY' or not defined $res->[2] or not defined $res->[2]{'active_conns'}