blib/lib/Month/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 0 | if (ref $str and $str->isa('Date::Simple')) { } |
0 | 0 | elsif ($str and $str =~ /^(\d{4})-?(\d{2})(?:-\d\d)?$/) { } | |
0 | 0 | elsif ($str and $str eq 'timestamp') { } | |
0 | 0 | elsif ($str) { } | |
54 | 0 | 0 | unless $delta |