| blib/lib/Sub/Meta/Param.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 15 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 20 | 65 | 21 | 76 | ref $v && ref $v eq 'HASH' | 
| 68 | 9 | 1 | 107 | &Scalar::Util::blessed($other) and $other->isa("Sub::Meta::Param") | 
| 94 | 1 | 1 | 96 | &Scalar::Util::blessed($other) and $other->isa("Sub::Meta::Param") | 
| line | l | !l | condition | 
|---|---|---|---|
| 33 | 101 | 64 | $self->{'name'} // "" | 
| 78 | 66 | 2 | $other->type // "" | 
| 101 | 55 | 2 | $other->type // "" |