Condition Coverage

blib/lib/Unix/Lsof/Result.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
12 0 0 0 $$self{'error'} and not keys %{$$self{'output'};}
133 0 0 0 exists $uniqify{$hkey} and exists $uniqify{$hkey}{$ukey}
215 0 0 0 $filter =~ /\A\d+\z/ and $value =~ /\A\d+\z/

or 2 conditions

line l !l condition
118 0 0 $self->_get_value($full_key, $pid, $file) || (next LINELOOP)
119 0 0 $self->_get_line($pid, $file) || (next LINELOOP)
163 0 0 $self->_get_line($pid, $file) || (next ROWLOOP)

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 $Unix::Lsof::op_field{$key} || $key
178 0 0 0 $Unix::Lsof::op_field{$t} || $t
196 0 0 0 exists $$self{'_program_field_ids'}{$f} or exists $$self{'_file_field_ids'}{$f}