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