| blib/lib/WARC/Index/File/CDX.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 1 | 1 | 9 | 'CDX' eq substr($header, 1, 3) and $delimiter eq substr($header, 4, 1) |
| 117 | 12 | 0 | 83 | $entry && length $entry |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 89 | 2 | 5 | 1 | defined $field_index{'v'} or defined $field_index{'V'} |
| 186 | 11 | 5 | 3 | $result_distance < 0 or $distance < $result_distance |