Condition Coverage

blib/lib/CSS/Object/Property.pm
Criterion Covered Total %
condition 2 9 22.2


or 2 conditions

line l !l condition
42 7 0 shift @_ || (return $self->error('No rule object was provided to add our property to it.'))
58 16 0 $self->SUPER::format(@_) || (return $self->pass_error)
74 0 0 shift @_ || (return $self->error('No rule object was provided to remove our property from it.'))

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 not ref $_ or $self->_is_a($_, "Module::Generic::Scalar")