Condition Coverage

blib/lib/CSS/Object/Element.pm
Criterion Covered Total %
condition 1 9 11.1


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 not ref $val and index($val, '::') != -1

or 2 conditions

line l !l condition
40 0 0 shift @_ || (return $self->error('No css object was provided to add our element to it.'))
71 161 0 $self->_set_get_object('format', 'CSS::Object::Format', $clone) || (return)
78 0 0 $val->new('debug', $self->debug) || (return $self->pass_error($val->error))