| blib/lib/CSS/Object/Property.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 18 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 7 | unless $self->_is_a($rule, 'CSS::Object::Rule') |
| 51 | 16 | 798 | if (@_) |
| 58 | 0 | 15 | unless (shift())->format($format) |
| 71 | 44 | 4 | if (@_) |
| 75 | 0 | 44 | if ($self->_is_a($val, 'CSS::Object::Value')) { } |
| 0 | 44 | elsif ($self->_is_array($val)) { } | |
| 88 | 0 | 0 | if ($self->_is_a($_, 'CSS::Object::Value')) { } |
| 0 | 0 | elsif (not ref $_ or $self->_is_a($_, 'Module::Generic::Scalar')) { } | |
| 113 | 0 | 44 | unless defined $valObj |