| blib/lib/Mojar/Cron/Date.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 28 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 0 | $_[2] ? : |
| 18 | 0 | 0 | ref $proto ? : |
| 29 | 0 | @_ ? : | |
| 34 | 0 | 0 | unless ref $self |
| 35 | 0 | 0 | unless $$self =~ /^(\d{4})-(\d\d)-(\d\d)\b/a |
| 56 | 27 | 0 | ref $self ? : |
| 57 | 0 | 27 | unless $date =~ /^(\d{4})-(\d\d)-(\d\d)\b/a |
| 58 | 0 | 27 | unless $^O eq "linux" |
| 71 | 0 | 0 | unless $dow == 6 |
| 76 | 0 | 0 | unless defined $dow |
| 83 | 0 | 11 | unless $$self =~ /^(\d{4})-(\d\d)-(\d\d)\b/a |
| 84 | 0 | 11 | unless $^O eq "linux" |
| 90 | 0 | 0 | ref $other ? : |
| 1 | 0 | &blessed($other) && $other->isa('Mojar::Cron::Date') ? : |