Branch Coverage

xs/Stash.xs
Criterion Covered Total %
branch 18 20 90.0


line true false branch
15 1 0 if (items >= 4) {
39 1 0 if (items >= 4) {
71 4 4 if (items == 5) {
78 5 3 while ((flag = av_fetch(flags, i++, 0))) {
80 1 4 if (!SvPOK(*flag))
85 1 3 if (strcmp(opt, "keep_index") == 0)
87 1 2 else if (strcmp(opt, "include_untracked") == 0)
89 1 1 else if (strcmp(opt, "include_ignored") == 0)
107 6 1 if (rc != GIT_ENOTFOUND) {
142 6 3 if (rc != GIT_EUSER)