| map.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 17 | 18 | 94.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 46 | 1 | 8 | if (!mask) return; /* nothing to do here */ | 
| 48 | 24 | 8 | for(i=0; i | 
| 49 | 18 | 6 | if (mask & (1< | 
| 50 | 8 | 10 | if (minset == -1) minset = i; | 
| 57 | 0 | 8 | if (minset == -1) | 
| 62 | 1530 | 8 | for (y = 0; y < im->ysize; ++y) { | 
| 64 | 282660 | 1530 | for (x = 0; x < im->xsize; ++x) { | 
| 65 | 607980 | 282660 | for(ch = minset; ch<=maxset; ch++) { | 
| 66 | 32530 | 575450 | if (!(mask & (1 << ch))) |