blib/lib/Metrics/Any/Adapter/Prometheus.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
114 | 7 | 1 | if ref $name eq "ARRAY" |
129 | 0 | 1 | if (my $units = delete $args{'units'}) { } |
131 | 0 | 0 | if length $units and not $name =~ /_\Q$units\E$/u |
202 | 2 | 4 | if length $units and not $name =~ /_\Q$units\E$/u |
204 | 6 | 0 | unless ($args{'buckets'}) |
205 | 1 | 5 | if $BUCKETS_FOR_UNITS{$units} |
208 | 6 | 0 | $self->{'use_histograms'} ? : |