blib/lib/Sub/Meta/Param.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 18 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 52 | 7 | 75 | ref $v && ref $v eq 'HASH' |
68 | 9 | 1 | 103 | &Scalar::Util::blessed($other) and $other->isa('Sub::Meta::Param') |
94 | 1 | 1 | 92 | &Scalar::Util::blessed($other) and $other->isa('Sub::Meta::Param') |
152 | 5 | 25 | 6 | $s and $self->name |
line | l | !l | condition |
---|---|---|---|
33 | 117 | 115 | $self->{'name'} // '' |
78 | 64 | 2 | $other->type // '' |
101 | 53 | 2 | $other->type // '' |