| blib/lib/Coy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 55 | 1.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 226 | 0 | 0 | 0 | $sound and $$agent{$noun}{'sound'} | 
| 233 | 0 | 0 | 0 | $associations and not $nonassoc | 
| 238 | 0 | 0 | 0 | $assoc and $assoc =~ /$associations/i | 
| 248 | 0 | 0 | 0 | defined $$agent{$noun}{'minimum'} and $min < $$agent{$noun}{'minimum'} | 
| 252 | 0 | 0 | 0 | defined $$agent{$noun}{'maximum'} and $max > $$agent{$noun}{'maximum'} | 
| 256 | 0 | 0 | 0 | defined $min and $count < $min | 
| 0 | 0 | 0 | defined $max and $count > $max | 
| line | l | !l | condition | 
|---|---|---|---|
| 235 | 0 | 0 | $$agent{$noun}{'act'}{$verb}{'associations'} || '' | 
| 369 | 20 | 0 | $$agent_categories{'Human'}{'act'} || {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 243 | 0 | 0 | 0 | $$agent{$noun}{'act'}{$verb}{'minimum'} || $$agent{$noun}{'minimum'} | 
| 248 | 0 | 0 | 0 | not defined $min or defined $$agent{$noun}{'minimum'} and $min < $$agent{$noun}{'minimum'} | 
| 252 | 0 | 0 | 0 | not defined $max or defined $$agent{$noun}{'maximum'} and $max > $$agent{$noun}{'maximum'} | 
| 256 | 0 | 0 | 0 | defined $min and $count < $min or defined $max and $count > $max | 
| 287 | 0 | 0 | 0 | $non_adjectival or $$agent{$noun}{'personage'} | 
| 402 | 0 | 0 | 0 | $count < $size - 1 or $count == $size | 
| 420 | 0 | 0 | 0 | $2 || $file | 
| 421 | 0 | 0 | 0 | $3 || $line | 
| 425 | 0 | 0 | 0 | $2 || $file | 
| 426 | 0 | 0 | 0 | $3 || $line |