Condition Coverage
blib/lib/Argon/Encryption.pm
Criterion
Covered
Total
%
condition
2
3
66.6
or 3 conditions
line
l
!l&&r
!l&&!r
condition
51
7
4
0
$CIPHER
{
$self
->key
} ||=
'Crypt::CBC'
->new
(
'-key'
,
$self
->key
,
'-cipher'
,
'Rijndael'
,
'-salt'
,
1
)