xs/Blame.xs | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
24 | 4 | 1 | if (items == 2) { |
27 | 3 | 1 | if (!SvIOK(index) || SvIV(index) < 0) |
3 | 0 | if (!SvIOK(index) || SvIV(index) < 0) | |
0 | 3 | if (!SvIOK(index) || SvIV(index) < 0) | |
0 | 0 | if (!SvIOK(index) || SvIV(index) < 0) | |
30 | 0 | 3 | start = SvUV(index); |
31 | 1 | 2 | if (start >= num_hunks) |
39 | 5 | 3 | for (; start < end; ++start) { |
51 | 0 | 5 | mXPUSHs(hunk); |
91 | 1 | 1 | if ((h = git_blame_get_hunk_byline( |