blib/lib/Dancer/Plugin/Formatter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
23 | 1 | 3 | unless defined $date |
24 | 1 | 2 | if $date eq '' |
30 | 1 | 1 | if $date =~ /^\d+$/ |
41 | 0 | 0 | unless defined $time |
42 | 0 | 0 | if $time eq '' |
48 | 0 | 0 | if $time =~ /^\d+$/ |