| blib/lib/Type/Tiny/Equ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 10 | @_ == 1 ? : |
| 18 | 0 | 10 | if exists $opts{'parent'} |
| 21 | 0 | 10 | if exists $opts{'constraint'} |
| 24 | 0 | 10 | if exists $opts{'inlined'} |
| 26 | 0 | 10 | unless exists $opts{'value'} |
| 29 | 5 | 5 | defined $opts{'value'} ? : |
| 38 | 5 | 5 | defined $self->value ? : |
| 52 | 5 | 5 | if (defined $self->value) { } |
| 54 | 0 | 0 | if defined $_ |
| 73 | 8 | 6 | if (defined $value) { } |
| 80 | 0 | 14 | if $Type::Tiny::AvoidCallbacks |