blib/lib/Metabrik/Forensic/Pcap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
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' |
line | l | !l | condition |
---|---|---|---|
78 | 0 | 0 | $filter ||= '' |
220 | 0 | 0 | $protocol ||= 'tcp' |
286 | 0 | 0 | $this->{'TCP'}{'payload'} || $this->{'UDP'}{'payload'} || '' |
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'} |