| blib/lib/Catmandu/Importer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 20 | 90.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 80 | 30 | 29 | 6 | is_string($file) and $self->has_variables |
| 90 | 4 | 0 | 6 | @keys and @vals |
| 94 | 30 | 13 | 22 | is_string($file) and not $file =~ m[^https?://] |
| 43 | 21 | 1 | is_string($file) and not $file =~ m[^https?://] and not -r $file | |
| 106 | 27 | 21 | 13 | is_string($file) and $file =~ m[^https?://] |
| 190 | 8 | 1 | 4 | $res->code =~ /^408|500|502|503|504$/ and $timing_tries |
| line | l | !l | condition |
|---|---|---|---|
| 185 | 13 | 0 | $headers || [] |