trans2.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
50 | 179 | 28 | for (i = 0; i < ops_count; ++i) { |
51 | 19 | 160 | switch (ops[i].code) { |
55 | 18 | 1 | if (ops[i].code - rbc_getp1 + 1 > need_images) { |
61 | 1 | 27 | if (need_images > in_imgs_count) { |
68 | 864 | 27 | for (x = 0; x < width; ++x) { |
69 | 181082 | 864 | for (y = 0; y < height; ++y) { |