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