| bin/eshu | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 32 | 40.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 230 | 1 | 1 | 2 | defined $ol && defined $nl && $ol eq $nl |
| 232 | 2 | 0 | 2 | not $same and $hunk_start < 0 |
| 238 | 1 | 1 | 2 | $hunk_start >= 0 and not $same |
| line | l | !l | condition |
|---|---|---|---|
| 138 | 0 | 0 | $c->{'reason'} || '?' |
| 141 | 0 | 0 | $c->{'error'} || '?' |
| 164 | 7 | 0 | $lang || 'Eshu'->detect_lang($file) || 'c' |
| 196 | 3 | 0 | $lang || 'c' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 134 | 0 | 0 | 0 | $check || $diff || $fix |
| 0 | 0 | 0 | $verbose or not $check || $diff || $fix | |
| 153 | 0 | 0 | 0 | $check || $diff || $fix |
| 0 | 0 | 0 | $verbose or not $check || $diff || $fix | |
| 243 | 2 | 1 | 1 | $same or $i == $max |