Condition Coverage

lib/OODoc/Export.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
169 0 0 0 defined $string && $self->markupStyle eq 'html'
195 0 0 0 defined $pod and length $pod

or 2 conditions

line l !l condition
95 0 0 $args{'meta'} || {}
105 0 0 $args{'distributions'} || {}
0 0 $main::VERSION // undef
0 0 $OODoc::VERSION // "devel"

or 3 conditions

line l !l&&r !l&&!r condition
87 0 0 0 not $selected_manuals or $need_manual{$manual}
127 0 0 0 $html //= encode_entities($object->name)