Branch Coverage

blib/lib/App/RecordStream/Operation/fromtcpdump.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
61 0 0 unless (@$args)
90 0 0 if $error
101 0 0 if ($header{'tv_sec'})
121 0 0 if ($eth_obj->{'type'} == 'ETH_TYPE_IP') { }
0 0 elsif ($eth_obj->{'type'} == 'ETH_TYPE_ARP') { }
132 0 0 if ($ip_obj->{'proto'} == 'IP_PROTO_TCP') { }
0 0 elsif ($ip_obj->{'proto'} == 'IP_PROTO_UDP') { }
137 0 0 if ($ip_data_len < length $ip_obj->{'data'})
173 0 0 if $this->{'DATA'}