| blib/lib/CSS/Object/Property.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 20 | 45.0 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 0 | 7 | unless $self->_is_a($rule, "CSS::Object::Rule") |
| 54 | 16 | 972 | if (@_) |
| 61 | 0 | 15 | unless (shift())->format($format) |
| 75 | 0 | 0 | unless $self->_is_a($rule, "CSS::Object::Rule") |
| 83 | 44 | 4 | if (@_) |
| 87 | 0 | 44 | if ($self->_is_a($val, 'CSS::Object::Value')) { } |
| 0 | 44 | elsif ($self->_is_array($val)) { } | |
| 100 | 0 | 0 | if ($self->_is_a($_, 'CSS::Object::Value')) { } |
| 0 | 0 | elsif (not ref $_ or $self->_is_a($_, 'Module::Generic::Scalar')) { } | |
| 125 | 0 | 44 | unless defined $valObj |