Branch Coverage

xs/utcdate2tai.c
Criterion Covered Total %
branch 7 8 87.5


line true false branch
25 35 149 if (year % 4)
27 33 2 else if (year % 400 == 0)
29 0 33 else if (year % 100 != 0)
39 5 179 if (schalt && mon > 1)