blib/lib/Sub/Meta/Library.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 15 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
19 | 1 | 1 | 13 | $sub and $meta |
23 | 1 | 2 | 10 | ref $sub and ref $sub eq 'CODE' |
27 | 1 | 1 | 8 | &Scalar::Util::blessed($meta) and $meta->isa('Sub::Meta') |
50 | 1 | 1 | 5 | ref $sub and ref $sub eq 'CODE' |
85 | 1 | 1 | 1 | ref $sub and ref $sub eq 'CODE' |