Branch Coverage

_twofish.c
Criterion Covered Total %
branch 19 20 95.0


line true false branch
58 0 20297 if ((t = malloc(sizeof(struct twofish))) == NULL)
84 40888 20297 for (i = 0; i < len; i++) {
108 405940 20297 for (i = 0; i < 40; i += 2) {
127 5145856 20101 for (i = 0; i < 256; i++) {
136 25088 98 for (i = 0; i < 256; i++) {
146 25088 98 for (i = 0; i < 256; i++) {
229 20148 20148 if (!decrypt) {
335 327104 40888 for (i = 0; i < 8; i++) {
346 263436 63668 if (t & 0x80)
356 223293 103811 if (t & 0x01)