blib/lib/Month/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 0 | 0 | 0 | ref $str and $str->isa('Date::Simple') |
0 | 0 | 0 | $str and $str =~ /^(\d{4})-?(\d{2})(?:-\d\d)?$/ | |
0 | 0 | 0 | $str and $str eq 'timestamp' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | ref $class || $class |