Condition Coverage

lib/Concierge/Sessions/SQLite.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
81 0 54 3 defined $timeout and $timeout eq "indefinite"

or 2 conditions

line l !l condition
13 62 0 $args{'storage_dir'} || '/tmp/sessions'
91 9 48 $args{'data'} || {}
184 12 0 $updates->{'data'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
79 57 0 0 $args{'session_timeout'} || $self->{'session_timeout'}