Branch Coverage

blib/lib/Metrics/Any/Adapter/Prometheus.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
102 7 1 if ref $name eq "ARRAY"
114 0 1 if (my $units = delete $args{'units'}) { }
116 0 0 if length $units and not $name =~ /_\Q$units\E$/u
181 2 4 if length $units and not $name =~ /_\Q$units\E$/u
183 6 0 unless ($args{'buckets'})
184 1 5 if $BUCKETS_FOR_UNITS{$units}
187 6 0 $self->{'use_histograms'} ? :