blib/lib/Decision/Depends/OO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 21 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
211 | 38 | 111 | 154 | not $ref || $spec =~ /$RE_Float/ and $spec =~ /^-(no_)?(\w+)(?:\s*=\s*(.*))?/ |
319 | 25 | 38 | 3 | not exists $$spec{'attr'}{'depend'} and 0 == $$spec{'id'}[0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 57 | 0 | ref $class || $class |
211 | 30 | 8 | 265 | $ref || $spec =~ /$RE_Float/ |
1 | 10 | 126 | 'SCALAR' eq $ref or 'REF' eq $ref | |
11 | 119 | 7 | 'SCALAR' eq $ref or 'REF' eq $ref or not $ref | |
319 | 54 | 0 | 66 | grep {exists $$spec{'attr'}{$_};} 'target', 'targets', 'sfile', 'slink' or not exists $$spec{'attr'}{'depend'} and 0 == $$spec{'id'}[0] |