| blib/lib/Monitor/MetricsAPI/Metric/List.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 8 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 108 | 0 | 2 | if (defined $limit and $limit < 0) | 
| 112 | 1 | 1 | if (defined $limit and $limit < $self->size) | 
| 131 | 0 | 3 | unless @values | 
| 133 | 1 | 2 | if ($self->has_limit and $self->size + scalar(@values) > $self->limit) { } |