| blib/lib/Module/CPANfile/Writer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 8 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 101 | 275 | 1 | 28 | $prereq->{'module'} eq $module and $prereq->{'relationship'} eq $relationship | 
| line | l | !l | condition | 
|---|---|---|---|
| 88 | 6 | 21 | $opts{'relationship'} || 'requires' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 54 | 12 | 1 | 15 | $m->submatches->{'arg1'}->text eq '' or _args_num($m->submatches->{'args'}->text) % 2 == 1 |