Branch Coverage

blib/lib/CSS/Object/Rule/Keyframes.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
30 0 1 unless $self->SUPER::init(@_)
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)) { }