Condition Coverage

blib/lib/Protocol/TLS/Context.pm
Criterion Covered Total %
condition 14 27 51.8


and 3 conditions

line !l l&&!r l&&r condition
75 0 4 0 exists $args{'type'} and $args{'type'} == 0 || $args{'type'} == 1
112 0 0 0 @_ and not $$self{'shutdown'}
166 0 0 3 exists $$ctx{'on_data'} and $ctx->state == 7
195 4 0 0 $c_type != 22 and $hs_type != 1
206 4 0 0 $c_type != 22 and $hs_type != 2
1 2 1 defined $$ctx{'proposed'}{'session_id'} and $$ctx{'proposed'}{'session_id'} eq $$ctx{'pending'}{'session_id'}
239 1 0 1 $c_type == 22 and $hs_type == 20
378 3 6 8 exists $$ctx{'cb'} and exists $$ctx{'cb'}{$state}

or 3 conditions

line l !l&&r !l&&!r condition
75 3 1 0 $args{'type'} == 0 || $args{'type'} == 1