Branch Coverage

tstr_time.h
Criterion Covered Total %
branch 41 42 97.6


line true false branch
12 9 1 return (h >= 0 && h <= 23)
13 8 1 && (m >= 0 && m <= 59)
7 1 && (m >= 0 && m <= 59)
14 10 1 && (s >= 0 && s <= 59);
6 1 && (s >= 0 && s <= 59);
5 1 && (s >= 0 && s <= 59);
18 7 1 return (h >= 0 && h <= 23)
19 6 1 && (m >= 0 && m <= 59)
5 1 && (m >= 0 && m <= 59)
20 8 1 && (s >= 0 && s <= 60);
4 1 && (s >= 0 && s <= 60);
3 1 && (s >= 0 && s <= 60);
46 2 101 if (sod < 0) {
52 103 0 if (yp)
54 19 84 if (mp)
56 19 84 if (dp)
58 19 84 if (Hp)
60 19 84 if (Mp)
62 19 84 if (Sp)
64 19 84 if (wdayp)
66 19 84 if (ydayp)