Condition Coverage

blib/lib/Protocol/TLS/Context.pm
Criterion Covered Total %
condition 13 27 48.1


and 3 conditions

line !l l&&!r l&&r condition
78 0 4 0 exists $args{'type'} and $args{'type'} == 0 || $args{'type'} == 1
113 0 0 0 @_ and not $self->{'shutdown'}
167 0 0 3 exists $ctx->{'on_data'} and $ctx->state == 7
196 4 0 0 $c_type != 22 and $hs_type != 1
207 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'}
240 1 0 1 $c_type == 22 and $hs_type == 20
379 3 14 0 exists $ctx->{'cb'} and exists $ctx->{'cb'}{$state}

or 3 conditions

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