| blib/lib/Specio/OO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 11 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 1213 | 0 | 919 | $attr->{'lazy'} and my $builder = $attr->{'builder'} |
| 182 | 1069 | 919 | 144 | $attr->{'builder'} and not $attr->{'lazy'} |
| 333 | 84590 | 0 | 474 | ref $value eq 'ARRAY' and &all(sub { (ref $_ || '') =~ /Specio/; } , @{$value;}) |
| line | l | !l | condition |
|---|---|---|---|
| 334 | 279 | 0 | ref $_ || '' |