blib/lib/Catmandu/Fix/sleep.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 4 | if ($units =~ /^microsecond(s)?$/i) { } |
0 | 4 | elsif ($units =~ /^millisecond(s)$/i) { } | |
3 | 1 | elsif ($units =~ /^second(s)?$/i) { } | |
0 | 1 | elsif ($units =~ /^minute(s)?$/i) { } | |
0 | 1 | elsif ($units =~ /^hour(s)?$/i) { } |