| blib/lib/Type/Tiny/NumEqu.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 24 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 5 | @_ == 1 ? : |
| 17 | 0 | 5 | if exists $opts{'parent'} |
| 20 | 0 | 5 | if exists $opts{'constraint'} |
| 23 | 0 | 5 | if exists $opts{'inlined'} |
| 25 | 0 | 5 | unless exists $opts{'value'} |
| 27 | 3 | 2 | if (defined $opts{'value'}) |
| 32 | 1 | 2 | if ($@) |
| 45 | 2 | 2 | defined $self->value ? : |
| 59 | 2 | 2 | if (defined $self->value) { } |
| 61 | 0 | 0 | if defined $_ |
| 81 | 2 | 2 | if (defined $value) { } |
| 88 | 0 | 4 | if $Type::Tiny::AvoidCallbacks |