| xs/Z85.xs | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 8 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 1 | 1 | if (SvCUR (decoded)%4) |
| 19 | 0 | 1 | if (zmq_z85_encode (SvPVX (encoded), (const uint8_t *)SvPVX (decoded), SvCUR (decoded)) == NULL) |
| 36 | 1 | 2 | if (SvCUR (encoded)%5) |
| 43 | 0 | 2 | if (zmq_z85_decode ((uint8_t *)SvPVX (decoded), SvPVX (encoded)) == NULL) |