| blib/lib/Type/Tiny/Equ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 10 | @_ == 1 ? : |
| 17 | 0 | 10 | if exists $opts{'parent'} |
| 20 | 0 | 10 | if exists $opts{'constraint'} |
| 23 | 0 | 10 | if exists $opts{'inlined'} |
| 25 | 0 | 10 | unless exists $opts{'value'} |
| 28 | 5 | 5 | defined $opts{'value'} ? : |
| 37 | 5 | 5 | defined $self->value ? : |
| 51 | 5 | 5 | if (defined $self->value) { } |
| 53 | 0 | 0 | if defined $_ |
| 72 | 8 | 6 | if (defined $value) { } |
| 79 | 0 | 14 | if $Type::Tiny::AvoidCallbacks |