Condition Coverage

blib/lib/Metabrik/System/Freebsd/Netstat.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 exists $first->{'total_input_bytes'} and exists $second->{'total_input_bytes'}
112 0 0 0 exists $first->{'total_output_bytes'} and exists $second->{'total_output_bytes'}
115 0 0 0 exists $first->{'total_input_packets'} and exists $second->{'total_input_packets'}
118 0 0 0 exists $first->{'total_output_packets'} and exists $second->{'total_output_packets'}
121 0 0 0 exists $first->{'total_input_errors'} and exists $second->{'total_input_errors'}
124 0 0 0 exists $first->{'total_output_errors'} and exists $second->{'total_output_errors'}

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 $interface ||= $self->interface