blib/lib/CSS/Object/Rule/Keyframes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
49 | 7 | 0 | if (scalar @props == 1 and $self->_is_hash($props[0])) |
53 | 0 | 7 | if scalar(@props) % 2 |
59 | 1 | 6 | if ($self->_is_array($offset)) { } |