Branch Coverage

inc/CryptX_Stream_Salsa20.xs.inc
Criterion Covered Total %
branch 9 36 25.0


line true false branch
13 578 0 if (!SvPOK_spec(key)) croak("FATAL: key must be string/buffer scalar");
0 578 if (!SvPOK_spec(key)) croak("FATAL: key must be string/buffer scalar");
0 0 if (!SvPOK_spec(key)) croak("FATAL: key must be string/buffer scalar");
0 0 if (!SvPOK_spec(key)) croak("FATAL: key must be string/buffer scalar");
0 0 if (!SvPOK_spec(key)) croak("FATAL: key must be string/buffer scalar");
14 578 0 if (!SvPOK_spec(nonce)) croak("FATAL: nonce must be string/buffer scalar");
0 578 if (!SvPOK_spec(nonce)) croak("FATAL: nonce must be string/buffer scalar");
0 0 if (!SvPOK_spec(nonce)) croak("FATAL: nonce must be string/buffer scalar");
0 0 if (!SvPOK_spec(nonce)) croak("FATAL: nonce must be string/buffer scalar");
0 0 if (!SvPOK_spec(nonce)) croak("FATAL: nonce must be string/buffer scalar");
19 0 578 if (!RETVAL) croak("FATAL: Newz failed");
22 0 578 if (rv != CRYPT_OK) {
28 0 578 if (rv != CRYPT_OK) {
46 0 0 if (!RETVAL) croak("FATAL: Newz failed");
58 0 0 if (out_len == 0) {
67 0 0 if (rv != CRYPT_OK) {
85 0 578 if (in_data_len == 0) {
94 0 578 if (rv != CRYPT_OK) {