| blib/lib/Acme/Time/Baby.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 22 | 68.1 |
| line | true | false | branch |
|---|---|---|---|
| 106 | 13 | 3 | if ($args{'language'}) |
| 107 | 13 | 0 | if (exists $languages{$args{'language'}}) { } |
| 112 | 0 | 0 | if $^W |
| 116 | 1 | 15 | if exists $args{'numbers'} |
| 117 | 1 | 15 | if exists $args{'format'} |
| 119 | 0 | 16 | if (@numbers < 12) |
| 122 | 15 | 1 | unless $args{'noimport'} |
| 128 | 21600 | 0 | if (@_) { } |
| 129 | 0 | 21600 | unless ($hours, $minutes) = $_[0] =~ /^(\d+):(\d+)$/ |
| 136 | 10440 | 11160 | if $minutes > 30 |
| 142 | 0 | 21600 | if $minutes >= 60 |