| blib/lib/Dancer/Deprecation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 3 | 2 | unless (defined $args{'feature'}) |
| 20 | 2 | 3 | defined $args{'version'} ? : |
| 23 | 2 | 3 | if (defined $args{'message'}) { } |
| 29 | 2 | 3 | if defined $deprecated_at |
| 30 | 0 | 5 | if defined $args{'reason'} |
| 32 | 1 | 4 | if $args{'fatal'} |