Condition Coverage

blib/lib/Apache/ASP/State.pm
Criterion Covered Total %
condition 13 24 54.1


and 3 conditions

line !l l&&!r l&&r condition
66 1 74 96 $$asp{'Internal'} and length $id > $Apache::ASP::State::DefaultGroupIdLength
73 96 0 0 $$idata{'state_db'} && $$idata{'state_serializer'}

or 2 conditions

line l !l condition
168 125 0 $state_db || 'SDBM_File'
169 124 1 $state_serializer || 'Data::Dumper'
180 100 25 $! || 'Undefined Error'

or 3 conditions

line l !l&&r !l&&!r condition
74 0 0 96 $$idata{'state_db'} || $$asp{'state_db'} || $Apache::ASP::DefaultStateDB
75 0 0 96 $$idata{'state_serializer'} || $$asp{'state_serializer'} || $Apache::ASP::DefaultStateSerializer
82 0 0 96 $$idata{'state_db'} || $Apache::ASP::DefaultStateDB
86 0 0 96 $$idata{'state_serializer'} || $Apache::ASP::DefaultStateSerializer