Condition Coverage

blib/lib/UID2/Client/Decryption.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
161 10 21 0 $keys and $key
174 6 14 1 defined $request->{'site_id'} and length $request->{'advertising_token'}
198 18 1 0 defined $iv and length $iv != $GCM_IV_LEN

or 3 conditions

line l !l&&r !l&&!r condition
41 4 2 0 $now //= "UID2::Client::Timestamp"->now
89 7 4 0 $now //= "UID2::Client::Timestamp"->now
164 13 18 0 $request->{'now'} // "UID2::Client::Timestamp"->now
293 0 0 0 $iv //= &random_bytes($CBC_IV_LEN)
307 1 98 0 $iv //= &random_bytes($GCM_IV_LEN)