| blib/lib/Schedule/Easing/Ease.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 22 | 90.9 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 2 | 17 | ref $ref ? : |
| 41 | 0 | 232 | unless (defined $self->{$k}) |
| 42 | 8 | 224 | unless (&looks_like_number($self->{$k})) |
| 44 | 3 | 50 | if (ref $self->{'match'} ne "Regexp") |
| 45 | 0 | 50 | if (ref $self->{'name'}) |
| 47 | 1 | 99 | if ($self->{$k} < 0) |
| 48 | 1 | 99 | if ($self->{$k} > 1) |
| 50 | 1 | 49 | if ($self->{'tsA'} >= $self->{'tsB'}) |
| 51 | 2 | 1 | if ($self->{'_warnExpired'} and $self->{'tsB'} < time and abs "0.5" - $self->{'final'} >= "0.5") |
| 52 | 1 | 1 | if ($self->{'name'}) { } |
| 71 | 200018 | 60 | if ($message =~ /$self->{'match'}/) |