Branch Coverage

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


line true false branch
69 7 1 if ref $name eq 'ARRAY'
84 0 1 if (my $units = delete $args{'units'}) { }
86 0 0 if length $units and not $name =~ /_\Q$units\E$/
157 2 4 if length $units and not $name =~ /_\Q$units\E$/
159 6 0 unless ($args{'buckets'})
160 1 5 if $BUCKETS_FOR_UNITS{$units}
163 6 0 $self->{'use_histograms'} ? :