blib/lib/POOF/Properties.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 22 | 54.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
116 | 30 | 0 | 0 | exists $$dispatch{$name} and $$dispatch{$name}{'virtual'} != 1 |
30 | 0 | 0 | exists $$dispatch{$name} and $$dispatch{$name}{'virtual'} != 1 and $$dispatch{$name}{'access'} != 0 | |
367 | 0 | 0 | 22 | exists $$dispatch{$k} && $$dispatch{$k}{'access'} >= $callerContext |
383 | 11 | 32 | 0 | defined $d->ofilter and ref $d->ofilter eq 'CODE' |
429 | 7 | 15 | 0 | defined $d->ifilter and ref $d->ifilter eq 'CODE' |
517 | 0 | 0 | 45 | exists $$dispatch{$pk} and $$dispatch{$pk}{'access'} >= $callerContext |
line | l | !l | condition |
---|---|---|---|
96 | 3 | 27 | $virtual ||= 0 |
596 | 54 | 87 | $level || 2 |