Condition Coverage

blib/lib/App/XML/DocBook/Docmake.pm
Criterion Covered Total %
condition 14 20 70.0


and 3 conditions

line !l l&&!r l&&r condition
209 0 0 0 defined $exit_code and not $exit_code

or 2 conditions

line l !l condition
395 11 0 $args->{'xsltproc'} // die("no xsltproc key")

or 3 conditions

line l !l&&r !l&&!r condition
163 9 17 0 $mode_struct->{$struct_field} || $mode
176 11 2 0 defined $input_path || $mode_struct->{'standalone'}
336 9 9 9 $self->_mode eq 'xhtml' || $self->_mode eq 'xhtml-1_1' || $self->_mode eq 'xhtml5'
418 9 3 1 $args->{'make_output'} // $output_fn
420 9 2 2 not $self->_make_like or $self->_should_update_output({"input", $input_fn, "output", $make_output_fn})