| blib/lib/Log/Any/Adapter/Multiplex.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 4 | 2 | if (ref $adapters ne "HASH" or grep {ref $_ ne "ARRAY";} values %$adapters) |
| 33 | 4 | 2 | if ($adapter->$is_level) |
| 37 | 2 | 2 | if ($adapter->can('structured')) { } |
| 41 | 2 | 0 | unless ($unstructured_msg) |
| 54 | 2 | 0 | if (@structured and ref $structured[-1] eq ref {}) |
| 73 | 6 | 1 | @logging_adaptors ? : |
| 87 | 1 | 9 | unless (defined $category_cache->{$category}) |