| blib/lib/Telemetry/Any.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 2 | 0 | unless defined $var |
| 20 | 0 | 0 | if ($var =~ /^\$(\w+)/x) { } |
| 46 | 3 | 3 | $args{'collapse'} ? : |
| 50 | 2 | 4 | if (defined $args{'format'} and $args{'format'} eq 'table') |
| 54 | 3 | 3 | if ($args{'collapse'}) { } |
| 55 | 1 | 2 | if (defined $args{'format'} and $args{'format'} eq 'table') |
| 64 | 1 | 2 | if (defined $args{'format'} and $args{'format'} eq 'table') |
| 98 | 3 | 20 | if $i->{'index'} == 0 |