Condition Coverage

blib/lib/Metrics/Any/Collector.pm
Criterion Covered Total %
condition 24 33 72.7


and 3 conditions

line !l l&&!r l&&r condition
249 0 0 10 defined $v{$_} || croak("Missing value for label '${_}'") and push @labelvalues, delete $v{$_}
383 0 0 3 $self->adapter->can("HAVE_BATCH_MODE") and $self->adapter->HAVE_BATCH_MODE

or 2 conditions

line l !l condition
130 3 12 $args{'strict'} // 1
486 12 10 $args{'name'} // [$handle]
489 7 14 $args{'labels'} // []
584 4 7 $args{'name'} // [$handle]
586 0 11 $args{'units'} //= "bytes"
589 2 8 $args{'labels'} // []
623 15 0 $adapter->can("report_distribution") // "inc_distribution_by"
655 3 7 $args{'name'} // [$handle]
658 2 7 $args{'labels'} // []
772 3 7 $args{'name'} // [$handle]
775 2 7 $args{'labels'} // []
808 11 0 $adapter->can("report_timer") // "inc_timer_by"

or 3 conditions

line l !l&&r !l&&!r condition
249 10 0 0 defined $v{$_} || croak("Missing value for label '${_}'")