Branch Coverage

blib/lib/Bot/BasicBot/Pluggable/Module/DateTimeCalc.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
37 0 0 if ($arguments->{'address'})
39 0 0 if ($arguments->{'body'} =~ /^source$/) { }
0 0 elsif ($arguments->{'body'} =~ /^now$/) { }
0 0 elsif ($arguments->{'body'} =~ /^localtime (\d+)$/) { }
0 0 elsif ($arguments->{'body'} =~ /^dow $re$/) { }
0 0 elsif ($arguments->{'body'} =~ /^diff $re $re$/) { }
0 0 elsif ($arguments->{'body'} =~ /^([a-zA-Z]+)_([a-zA-Z]+) (\d+) $re$/) { }
0 0 elsif ($arguments->{'body'} =~ /^leave$/) { }
77 0 0 if $method eq 'sub'