| blib/lib/Data/Netflow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 31 | 58.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 223 | 0 | 0 | 20 | defined $i and defined $l |
| line | l | !l | condition |
|---|---|---|---|
| 265 | 0 | 1 | $header->{'PackageNum'} // 0 |
| 316 | 0 | 1 | $header->{'FlowSeq'} //= 0 |
| 317 | 0 | 1 | $header->{'EngineType'} //= 0 |
| 318 | 0 | 1 | $header->{'EngineId'} //= 0 |
| 319 | 0 | 1 | $header->{'SamplingInt'} //= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 263 | 1 | 0 | 0 | $header->{'SysUptime'} //= int uptime() * 1000 |
| 264 | 0 | 1 | 0 | $header->{'TicksMS'} //= time |
| 288 | 2 | 2 | 16 | $Id->[$fieldsIdx]{'Id'} == 8 or $Id->[$fieldsIdx]{'Id'} == 12 |
| 314 | 1 | 0 | 0 | $header->{'SysUptime'} //= int uptime() * 1000 |
| 330 | 2 | 2 | 36 | $Id->[$fieldsIdx]{'Id'} == 1 or $Id->[$fieldsIdx]{'Id'} == 2 |
| 4 | 2 | 34 | $Id->[$fieldsIdx]{'Id'} == 1 or $Id->[$fieldsIdx]{'Id'} == 2 or $Id->[$fieldsIdx]{'Id'} == 3 |