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
37 21 5 1 $args and ref $args ne 'HASH'
73 0 26 1 defined $args_ref and ref $args_ref ne 'HASH'
77 13 0 13 blessed($$args_ref{'input'}) and $$args_ref{'input'}->isa('GLOB')
97 13 0 11 blessed($$args_ref{'output'}) and $$args_ref{'output'}->isa('GLOB')
357 135 59 195 @format && $format[-1] eq 'wikidoc'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
77 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'
97 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'
163 161 462 0 $action eq 'drop' or $action eq 'next'