Condition Coverage

blib/lib/Apache/ASP/State.pm
Criterion Covered Total %
condition 15 30 50.0


and 3 conditions

line !l l&&!r l&&r condition
66 1 6 14 $$asp{'Internal'} and length $id > $DefaultGroupIdLength

or 2 conditions

line l !l condition
168 22 0 $state_db || 'SDBM_File'
169 21 1 $state_serializer || 'Data::Dumper'
180 11 11 $! || 'Undefined Error'

or 3 conditions

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