| blib/lib/DataDog/DogStatsd/Helper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 16 | 87.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 17 | 1 | 5 | if (@args > 1 and $args[1] =~ /^[\d\.]+$/) | 
| 19 | 0 | 1 | if $args[1] > 1 | 
| 29 | 1 | 4 | if (@args > 2 and $args[2] =~ /^[\d\.]+$/) | 
| 31 | 0 | 1 | if $args[2] > 1 | 
| 43 | 1 | 3 | if (wantarray) { } | 
| 1 | 2 | elsif (defined wantarray) { } | |
| 51 | 2 | 2 | if ($no_ex) { } | 
| 58 | 1 | 1 | wantarray ? : |