| line |
true |
false |
branch |
|
113
|
15 |
1 |
if (exists $$arguments{$prop} and $$arguments{$prop}) { } |
|
138
|
0 |
2 |
unless $stoken |
|
142
|
1 |
1 |
if not $stoken or length $stoken <= 16 or length($stoken) % 16 != 0 |
|
147
|
0 |
1 |
unless $iv and $crypted |
|
155
|
0 |
1 |
unless $body and $sig |
|
156
|
0 |
1 |
if &Digest::SHA::hmac_sha256($body, $self->_sign_key) ne $self->_uud64($sig) |
|
195
|
3 |
1 |
if ($query and ref $query eq 'HASH') |
|
196
|
3 |
0 |
if $$query{'appctx'} |
|
197
|
2 |
1 |
if ($$query{'style'}) |
|
198
|
1 |
1 |
if ref $$query{'style'} eq 'HASH' |
|
224
|
1 |
0 |
if $query and ref $query eq 'HASH' and $$query{'appctx'} |
|
261
|
5 |
0 |
if ($secret_key) { } |
|
301
|
6 |
0 |
if exists $$props{$_} |