Condition Coverage

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


or 2 conditions

line l !l condition
24 0 71 $args{'_data'} ||= {}
25 2 69 $args{'save_modified_session_only'} ||= 0
26 0 71 $args{'is_changed'} ||= 0
27 0 71 $args{'is_fresh'} ||= 0
28 5 66 $args{'sid_length'} ||= 32
29 3 68 $args{'id'} ||= "HTTP::Session::ID::SHA1"

or 3 conditions

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