Condition Coverage

blib/lib/Metrics/Any/Collector.pm
Criterion Covered Total %
condition 23 30 76.6


and 3 conditions

line !l l&&!r l&&r condition
201 0 0 10 defined $v{$_} || croak("Missing value for label '${_}'") and push @labelvalues, delete $v{$_}

or 2 conditions

line l !l condition
82 3 12 $args{'strict'} // 1
407 12 10 $args{'name'} // [$handle]
410 7 14 $args{'labels'} // []
505 4 7 $args{'name'} // [$handle]
507 0 11 $args{'units'} //= "bytes"
510 2 8 $args{'labels'} // []
544 15 0 $adapter->can("report_distribution") // "inc_distribution_by"
576 3 7 $args{'name'} // [$handle]
579 2 7 $args{'labels'} // []
693 3 7 $args{'name'} // [$handle]
696 2 7 $args{'labels'} // []
729 11 0 $adapter->can("report_timer") // "inc_timer_by"

or 3 conditions

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