| lib/Date/Manip/Obj.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 18 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 1440 | 19771 | 16 | @args and ref $args[$#args] eq "ARRAY" |
| 107 | 1450 | 19764 | 13 | $base and @opts |
| 224 | 0 | 6 | 2 | @args and ref $args[$#args] eq "ARRAY" |
| 353 | 168 | 0 | 0 | $flag and ref $self ne "Date::Manip::Base" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 265 | 1 | 1 | 191 | $t eq "Date::Manip::Base" or $t eq "Date::Manip::TZ" |
| 276 | 3 | 80 | 384 | ref $self eq "Date::Manip::Base" or ref $self eq "Date::Manip::TZ" |