blib/lib/CSS/Object/Rule/Keyframes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 5 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 0 | 7 | scalar @props == 1 and $self->_is_hash($props[0]) |
line | l | !l | condition |
---|---|---|---|
55 | 7 | 0 | $css->new_rule->add_to($self) || (return $self->error('Cannot add new rule: ', 'CSS::Object::Rule::Keyframes'->error)) |