blib/lib/Bot/IRC/X/Time.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | if ($command eq 'date') { } |
0 | 0 | elsif ($command eq 'time') { } | |
0 | 0 | elsif ($command eq 'zulu') { } | |
0 | 0 | elsif ($command eq 'str2time') { } | |
0 | 0 | elsif ($command eq 'str2date') { } | |
0 | 0 | elsif ($command eq 'ago') { } | |
0 | 0 | elsif ($command =~ /when\s+((?:wa|i)s)/iu) { } | |
50 | 0 | 0 | $m->{'input'} =~ /\b(\d+)\s+$_/u ? : |
56 | 0 | 0 | lc $1 eq 'was' ? : |
66 | 0 | 0 | $dir eq 'was' ? : |
0 | 0 | if $dur | |
70 | 0 | 0 | if $reply |