Same.xs | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 22 | 24 | 91.6 |
line | true | false | branch |
---|---|---|---|
8 | 0 | 7 | if (arrx == arry) { |
12 | 2 | 5 | if (len != av_len(arry)) { |
16 | 8 | 3 | for (i=0; i<=len; i++) { |
19 | 7 | 1 | int ix = SvIV(*elemx); |
20 | 7 | 1 | int iy = SvIV(*elemy); |
21 | 2 | 6 | if (ix != iy) { |
31 | 0 | 7 | if (arrx == arry) { |
35 | 2 | 5 | if (len != av_len(arry)) { |
39 | 8 | 2 | for (i=0; i<=len; i++) { |
43 | 1 | 7 | char* strx = SvPV(*elemx, dummy); |
44 | 1 | 7 | char* stry = SvPV(*elemy, dummy); |
45 | 3 | 5 | if (strcmp(strx, stry) != 0) { |