Condition Coverage

blib/lib/Pod/WikiDoc.pm
Criterion Covered Total %
condition 23 32 71.8


and 3 conditions

line !l l&&!r l&&r condition
139 21 5 1 $args and ref $args ne 'HASH'
210 0 26 1 defined $args_ref and ref $args_ref ne 'HASH'
214 13 0 13 &blessed($args_ref->{'input'}) and $args_ref->{'input'}->isa('GLOB')
234 13 0 11 &blessed($args_ref->{'output'}) and $args_ref->{'output'}->isa('GLOB')
510 135 59 195 @format && $format[-1] eq 'wikidoc'

or 2 conditions

line l !l condition
526 21 0 $rest ||= "\n"

or 3 conditions

line l !l&&r !l&&!r condition
214 13 0 13 &blessed($args_ref->{'input'}) and $args_ref->{'input'}->isa('GLOB') or ref $args_ref->{'input'} eq 'GLOB'
13 0 13 &blessed($args_ref->{'input'}) and $args_ref->{'input'}->isa('GLOB') or ref $args_ref->{'input'} eq 'GLOB' or ref \$args_ref->{'input'} eq 'GLOB'
234 11 0 13 &blessed($args_ref->{'output'}) and $args_ref->{'output'}->isa('GLOB') or ref $args_ref->{'output'} eq 'GLOB'
11 0 13 &blessed($args_ref->{'output'}) and $args_ref->{'output'}->isa('GLOB') or ref $args_ref->{'output'} eq 'GLOB' or ref \$args_ref->{'output'} eq 'GLOB'
316 161 462 0 $action eq 'drop' or $action eq 'next'