blib/lib/Log/Defer/Viz.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 2 | if (ref $timers eq 'HASH') |
42 | 5 | 5 | if $timer->[2] > $max_time |
43 | 1 | 9 | if length($timer->[0]) + 1 > $max_namelen |
58 | 9 | 1 | if ($bar_width > 0) { } |
98 | 4 | 16 | if defined $last_time and abs($last_time - $val) / $max_time < 0.05 |
102 | 1 | 15 | if $sep_len < 1 and defined $last_time |
107 | 2 | 14 | if ($seen->{$time_str}) { } |