blib/lib/DateTime/Format/ISO8601.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
914 | 10011 | 0 | 11022 | ref $p{'self'} and exists $p{'self'}{'legacy_year'} |
932 | 10011 | 0 | 0 | ref $p{'self'} && exists $p{'self'}{'cut_off_year'} |
988 | 13 | 255 | 169 | ref $_[0] and $_[0]{'base_datetime'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 0 | 562 | 0 | ref $class || $class |
923 | 1000 | 0 | 0 | $p{'self'}{'base_datetime'} || 'DateTime'->now |