| blib/lib/RT/Client/REST/Forms.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 36 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 63 | 88 | 8 | 0 | $state == 0 and $line =~ /^#/ | 
| 68 | 0 | 0 | 0 | @lines and $lines[0] =~ /^#/ | 
| 74 | 0 | 0 | 96 | $state <= 1 and $line =~ /^($field: )(.*)?$/s | 
| 81 | 8 | 121 | 183 | @lines and $lines[0] eq "\n" || $lines[0] =~ /^ +/ | 
| 161 | 10 | 0 | 0 | $line and length($line) + length($v) - rindex($line, "\n") >= 70 | 
| 165 | 0 | 0 | 0 | @lines and not $lines[-1] =~ /\n\n$/ | 
| 187 | 0 | 0 | 0 | @lines and not $lines[-1] =~ /\n\n$/ | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 53 | 0 | 0 | 0 | $e or $c | 
| 0 | 0 | 0 | $e or $c or @$o | |
| 81 | 33 | 183 | 88 | $lines[0] eq "\n" || $lines[0] =~ /^ +/ | 
| 123 | 0 | 0 | 8 | $e or $c | 
| 0 | 8 | 0 | $e or $c or @$o |