| lib/Command/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | defined $property_meta->data_type and $property_meta->data_type =~ /Boolean/i |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 25 | 82 | 0 | 12 | $property_meta->is_optional or defined $self->$property_name |
| 84 | 0 | 1 | 15 | $error or not $result |
| 111 | 0 | 0 | 0 | ref $self || $self |