| blib/lib/ESPPlus/Storage/Record.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 24 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 1 | if (exists $$self{'application'}) |
| 1 | 0 | if ($ht =~ /A=(?>[^;]+);/) | |
| 0 | 1 | if (exists $$self{'expected_length'}) | |
| 1 | 0 | if ($ht =~ /L=(?>[^;]+);/) | |
| 0 | 1 | if (exists $$self{'timestamp'}) | |
| 1 | 0 | if ($ht =~ /U=(?>[^;]+);/) | |
| 41 | 0 | 18 | if $@ |
| 56 | 1 | 2 | if (exists $$self{'uncompressed'}) |
| 60 | 0 | 2 | unless (exists $$self{'compressed'}) |
| 66 | 1 | 1 | if (exists $$self{'expected_length'}) { } |
| 69 | 1 | 0 | if (${$$self{'header_text'};} =~ /L=(?>[^;]+);/) { } |
| 84 | 0 | 2 | unless ($expt_len == $retr_len) |