Branch Coverage

combine.im
Criterion Covered Total %
branch 29 32 90.6


line true false branch
31 1 10 if (in_count <= 0) {
35 1 9 if (in_count > MAXCHANNELS) {
43 14 7 for (i = 0; i < in_count; ++i) {
44 10 4 if (imgs[i]->bits > maxbits) {
48 0 14 if (imgs[i]->xsize < width)
50 0 14 if (imgs[i]->ysize < height)
52 1 13 if (channels[i] < 0) {
56 1 12 if (channels[i] >= imgs[i]->channels) {
64 0 7 if (!out)
66 3 4 #code maxbits <= i_8_bits
70 450 3 for (y = 0; y < height; ++y) {
600 4 for (y = 0; y < height; ++y) {
71 750 450 for (i = 0; i < in_count; ++i) {
1050 600 for (i = 0; i < in_count; ++i) {
73 112500 750 for (x = 0; x < width; ++x)
157500 1050 for (x = 0; x < width; ++x)