Condition Coverage

blib/lib/POE/Component/SSLify.pm
Criterion Covered Total %
condition 17 36 47.2


and 3 conditions

line !l l&&!r l&&r condition
182 26 0 3 defined $version and ref $version
26 0 3 defined $version and ref $version and ref $version eq 'CODE'
26 0 0 defined $options and ref $options
26 0 0 defined $options and ref $options and ref $options eq 'CODE'
0 26 0 defined $custom_ctx and ref $custom_ctx
26 0 0 defined $custom_ctx and ref $custom_ctx and ref $custom_ctx eq 'CODE'
251 26 0 3 defined $custom_ctx and ref $custom_ctx
26 0 3 defined $custom_ctx and ref $custom_ctx and ref $custom_ctx eq 'CODE'
334 0 29 0 defined $key and defined $cert
358 6 0 52 defined $version and not ref $version

or 3 conditions

line l !l&&r !l&&!r condition
246 29 0 0 defined $ctx or defined $custom_ctx
264 0 29 0 $custom_ctx || $ctx