| blib/lib/App/Greple/xlate/gpt4o.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 0 | 0 | if ($prompt =~ /%s/u) { } |
| 61 | 0 | 0 | if opt("debug") |
| 66 | 0 | 0 | if opt("progress") |
| 75 | 0 | 0 | if ((my @to = split(/(?<=\n)\n+/u, $to, 0)) > 1) |
| 76 | 0 | 0 | /(.+\n)\z/u ? : |
| 80 | 0 | 0 | if ($lines == 1 and @out > 1) |
| 83 | 0 | 0 | if (@out != $lines) |
| 91 | 0 | 0 | /\n\z/u ? : |
| 95 | 0 | 0 | if (my(@len) = grep({$_ > $maxsize;} map(length($_), @from))) |
| 103 | 0 | 0 | if $len + $next > $maxsize |
| 106 | 0 | 0 | if $maxline > 0 and @tmp >= $maxline |
| 108 | 0 | 0 | unless @tmp > 0 |