| 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 | 2 | 3 | $args{'collapse'} ? : | 
| 50 | 2 | 3 | if (defined $args{'format'} and $args{'format'} eq 'table') | 
| 54 | 2 | 3 | if ($args{'collapse'}) { } | 
| 55 | 1 | 1 | if (defined $args{'format'} and $args{'format'} eq 'table') | 
| 61 | 1 | 2 | if (defined $args{'format'} and $args{'format'} eq 'table') | 
| 91 | 3 | 20 | if $i->{'index'} == 0 |