Condition Coverage

blib/lib/Metabrik/Forensic/Pcap.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 defined $h{'payload'} and not $h{'payload'} =~ /$print_re/
163 0 0 0 defined $h{'payload'} and not $h{'payload'} =~ /$print_re/
225 0 0 0 $protocol ne 'tcp' and $protocol ne 'udp'

or 2 conditions

line l !l condition
78 0 0 $filter ||= ''
220 0 0 $protocol ||= 'tcp'
286 0 0 $this->{'TCP'}{'payload'} || $this->{'UDP'}{'payload'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
284 0 0 0 $this->{'TCP'}{'src'} || $this->{'UDP'}{'src'}
285 0 0 0 $this->{'TCP'}{'dst'} || $this->{'UDP'}{'dst'}