Condition Coverage

blib/lib/HTTP/Session.pm
Criterion Covered Total %
condition 12 15 80.0


or 2 conditions

line l !l condition
22 0 60 $args{'_data'} ||= {}
23 2 58 $args{'save_modified_session_only'} ||= 0
24 0 60 $args{'is_changed'} ||= 0
25 0 60 $args{'is_fresh'} ||= 0
26 5 55 $args{'sid_length'} ||= 32
27 3 57 $args{'id'} ||= 'HTTP::Session::ID::SHA1'

or 3 conditions

line l !l&&r !l&&!r condition
78 8 27 1 $self->is_changed or not $self->save_modified_session_only