| blib/lib/Type/Tiny/Eq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 12 | @_ == 1 ? : |
| 17 | 0 | 12 | if exists $opts{'parent'} |
| 20 | 0 | 12 | if exists $opts{'constraint'} |
| 23 | 0 | 12 | if exists $opts{'inlined'} |
| 25 | 0 | 12 | unless exists $opts{'value'} |
| 27 | 2 | 10 | unless defined $opts{'value'} |
| 50 | 0 | 0 | if defined $_ |
| 64 | 0 | 19 | if $Type::Tiny::AvoidCallbacks |