| blib/lib/Pinwheel/DocTest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 23 | 95.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 17 | 45 | 8 | defined $expected and $expected =~ /\.\.\./ |
| 106 | 40 | 102 | 0 | defined $input and /^\s*$/ || /^=cut\b/ |
| 24 | 53 | 2 | not defined $output and /^$indent\.\.\. (.+)/ |
| line | l | !l | condition |
|---|---|---|---|
| 128 | 18 | 19 | $comment || '' |
| 133 | 1 | 1 | $output || '' |
| 136 | 23 | 52 | $output || '' |
| 209 | 2 | 3 | $1 or '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 106 | 20 | 3 | 79 | /^\s*$/ || /^=cut\b/ |
| 208 | 2 | 3 | 4 | $name =~ /(.+)_returns$/ or $name =~ /^returns$/ |