| blib/lib/WARC/Index/File/CDX/Builder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 20 | 85.0 |
| line | true | false | branch |
|---|---|---|---|
| 79 | 33 | 4 | if defined $self->{'volnames'}{$name} |
| 96 | 1 | 6 | unless $args{'into'} |
| 101 | 2 | 4 | if $args{'fields'} |
| 103 | 0 | 6 | unless open my $fh, '+>>', $args{'into'} |
| 106 | 0 | 6 | unless seek $fh, 0, 0 |
| 108 | 3 | 3 | if ($header) { } |
| 110 | 2 | 1 | unless $header =~ /^(.)CDX((?:\1[[:alpha:]])+)/ |
| 118 | 0 | 4 | unless seek $fh, 0, 2 |
| 123 | 2 | 28 | unless $Record_Field_Handlers{$_} |
| 134 | 187 | 169 | defined $_ && $_ ne '' ? : |