Condition Coverage

blib/lib/Rubric/WebApp/Session.pm
Criterion Covered Total %
condition 4 6 66.6


or 3 conditions

line l !l&&r !l&&!r condition
43 290 48 0 $self->{'__PACKAGE__'}{'session'} ||= $self->get_cookie_payload
59 94 48 0 $self->{'__PACKAGE__'}{'cipherer'} ||= "Crypt::CBC"->new("-key", "Rubric::Config"->session_cipher_key, "-cipher", "Rijndael", "-padding", "standard")