blib/lib/Wikibase/Datatype/Value/Quantity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
34 | 3 | 13 | if (defined $self->{'unit'}) |
40 | 3 | 12 | if (defined $self->{'lower_bound'}) |
42 | 2 | 1 | if ($self->{'lower_bound'} >= $self->{'value'}) |
46 | 3 | 10 | if (defined $self->{'upper_bound'}) |
48 | 2 | 1 | if ($self->{'upper_bound'} <= $self->{'value'}) |