| HexConverter.xs | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 9 | if (!SvROK(hex_ref)) { |
| 27 | 9 | 0 | in = SvOK(hex_sv) ? SvPVbyte(hex_sv, in_len) : ""; |
| 30 | 2 | 7 | if (in_len == 0) { |
| 34 | 2 | 5 | if ((in_len & 1) != 0) { |
| 49 | 1 | 4 | if (written < 0) { |
| 73 | 0 | 7 | if (!SvROK(bin_ref)) { |
| 79 | 7 | 0 | : (const unsigned char *)""; |
| 82 | 2 | 5 | if (in_len == 0) { |
| 91 | 0 | 5 | if (written < 0) { |