blib/lib/Date/MonthSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 28 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
481 | 0 | 4 | 0 | UNIVERSAL::isa($a, 'Date::MonthSet') and UNIVERSAL::isa($b, 'Date::MonthSet') |
499 | 0 | 6 | 0 | UNIVERSAL::isa($a, 'Date::MonthSet') and UNIVERSAL::isa($b, 'Date::MonthSet') |
519 | 0 | 1 | 0 | UNIVERSAL::isa($a, 'Date::MonthSet') and UNIVERSAL::isa($b, 'Date::MonthSet') |
535 | 0 | 1 | 0 | UNIVERSAL::isa($a, 'Date::MonthSet') and UNIVERSAL::isa($b, 'Date::MonthSet') |
line | l | !l | condition |
---|---|---|---|
242 | 2 | 31 | $opts{'format_complement'} || $opts{'placeholder'} || '-' |
243 | 2 | 31 | $opts{'format_conjunction'} || '%M' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
234 | 0 | 33 | 0 | ref $proto || $proto |
296 | 0 | 0 | 49 | $_ < 1 or $_ > 12 |
304 | 5 | 9 | 154 | $term eq $month or $term eq substr($month, 0, 3) |
385 | 0 | 0 | 14 | $_ < 1 or $_ > 12 |