Branch Coverage

xs/outline.xs
Criterion Covered Total %
branch 14 36 38.8


line true false branch
11 7 0 RETVAL = item->title ? item->title : "";
22 1 4 RETVAL = item->open;
43 0 0 RETVAL = item->count;
54 1 3 RETVAL = (UV)item->dest.page_index;
74 0 13 if (strEQ(dest_type, "XYZ")) {
77 13 0 else if (strEQ(dest_type, "Fit")) {
80 0 0 else if (strEQ(dest_type, "FitH")) {
83 0 0 else if (strEQ(dest_type, "FitV")) {
86 0 0 else if (strEQ(dest_type, "FitB")) {
89 0 0 else if (strEQ(dest_type, "FitBH")) {
92 0 0 else if (strEQ(dest_type, "FitBV")) {
100 0 13 if (!child)
115 3 1 while (child) {
118 0 3 XPUSHs(sv);
129 0 1 RETVAL = (item->first != NULL);
141 0 1 if (!item->parent)
157 0 1 if (!item->next)
173 0 0 if (!item->prev)