line |
l |
!l&&r |
!l&&!r |
condition |
81
|
1 |
0 |
0 |
delete $args{'name'} // $handle |
82
|
0 |
1 |
0 |
delete $args{'description'} // "Metrics::Any counter $handle" |
107
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such counter named '${handle}'") |
152
|
6 |
0 |
0 |
delete $args{'name'} // $handle |
154
|
1 |
5 |
0 |
delete $args{'description'} // "Metrics::Any $units distribution $handle" |
182
|
6 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such distribution named '${handle}'") |
193
|
1 |
0 |
0 |
delete $args{'name'} // $handle |
194
|
0 |
1 |
0 |
delete $args{'description'} // "Metrics::Any gauge $handle" |
210
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such gauge named '${handle}'") |
219
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such gauge named '${handle}'") |
228
|
0 |
1 |
0 |
$args{'description'} //= "Metrics::Any timer $handle" |