Condition Coverage

blib/lib/App/XML/DocBook/Docmake.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

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

or 2 conditions

line l !l condition
389 10 0 $args->{'xsltproc'} // die('no xsltproc key')

or 3 conditions

line l !l&&r !l&&!r condition
141 8 16 0 $mode_struct->{$struct_field} || $mode
154 10 2 0 defined $input_path || $mode_struct->{'standalone'}
328 9 6 9 $self->_mode eq 'xhtml' || $self->_mode eq 'xhtml-1_1' || $self->_mode eq 'xhtml5'
420 8 2 2 not $self->_make_like or $self->_should_update_output({'input', $input_file, 'output', $make_output_file})