Branch Coverage

Nanos.xs
Criterion Covered Total %
branch 16 24 66.6


line true false branch
24 0 13 if (clock_gettime(clock_id, &ts) != 0) {
72 4 10 if (items > 0 && SvTRUE(ST(0))) {
4 0 if (items > 0 && SvTRUE(ST(0))) {
81 14 0 if (!sv || !SvOK(sv)) {
0 14 if (!sv || !SvOK(sv)) {
86 2 12 if (len == 9 && strnEQ(clock_name, "monotonic", 9)) {
2 0 if (len == 9 && strnEQ(clock_name, "monotonic", 9)) {
88 11 1 } else if (len == 8 && strnEQ(clock_name, "realtime", 8)) {
11 0 } else if (len == 8 && strnEQ(clock_name, "realtime", 8)) {
98 4 9 if (want_list) {
99 0 4 EXTEND(SP, 2);
103 0 9 EXTEND(SP, 1);