blib/lib/Type/Tiny/NumEqu.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 24 | 66.6 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 5 | @_ == 1 ? : |
18 | 0 | 5 | if exists $opts{'parent'} |
21 | 0 | 5 | if exists $opts{'constraint'} |
24 | 0 | 5 | if exists $opts{'inlined'} |
26 | 0 | 5 | unless exists $opts{'value'} |
28 | 3 | 2 | if (defined $opts{'value'}) |
33 | 1 | 2 | if ($@) |
46 | 2 | 2 | defined $self->value ? : |
60 | 2 | 2 | if (defined $self->value) { } |
62 | 0 | 0 | if defined $_ |
82 | 2 | 2 | if (defined $value) { } |
89 | 0 | 4 | if $Type::Tiny::AvoidCallbacks |