line |
l |
!l&&r |
!l&&!r |
condition |
79
|
1 |
0 |
0 |
delete $args{'name'} // $handle |
80
|
0 |
1 |
0 |
delete $args{'description'} // "Metrics::Any counter $handle" |
105
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such counter named '${handle}'") |
182
|
2 |
0 |
0 |
delete $args{'name'} // $handle |
184
|
1 |
1 |
0 |
delete $args{'description'} // "Metrics::Any $units distribution $handle" |
214
|
2 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such distribution named '${handle}'") |
223
|
1 |
0 |
0 |
delete $args{'name'} // $handle |
224
|
0 |
1 |
0 |
delete $args{'description'} // "Metrics::Any gauge $handle" |
240
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such gauge named '${handle}'") |
249
|
1 |
0 |
0 |
$self->{'metrics'}{$handle} || croak("No such gauge named '${handle}'") |
258
|
0 |
1 |
0 |
$args{'description'} //= "Metrics::Any timer $handle" |