| blib/lib/Type/Tiny/NumEq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 4 | @_ == 1 ? : |
| 17 | 0 | 4 | if exists $opts{'parent'} |
| 20 | 0 | 4 | if exists $opts{'constraint'} |
| 23 | 0 | 4 | if exists $opts{'inlined'} |
| 25 | 0 | 4 | unless exists $opts{'value'} |
| 27 | 1 | 3 | unless defined $opts{'value'} |
| 34 | 1 | 2 | if ($@) |
| 58 | 0 | 0 | if defined $_ |
| 72 | 0 | 2 | if $Type::Tiny::AvoidCallbacks |