| blib/lib/Petrophysics/Units.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 79 | 4 | 7 | $self->is_base_unit ? : |
| 80 | 6 | 5 | $other->is_base_unit ? : |
| 87 | 1 | 4 | $self->is_base_unit ? : |
| 95 | 1 | 5 | unless $self->is_compatible($other) |
| 97 | 2 | 3 | $other->is_base_unit ? : |
| 108 | 0 | 1 | unless $self->is_compatible($other) |
| 109 | 0 | 1 | if ($self->is_base_unit) { } |
| 115 | 0 | 1 | unless ($other->is_base_unit) |