Condition Coverage

perllib/Arch/Log.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
77 1 1 0 $type > 0 and $$self{'hide_ids'}
108 0 0 0 $self->get_revision_kind eq 'import' and not $self->header('new_directories')

or 2 conditions

line l !l condition
27 1 0 shift() || die("Arch::Log::new: no message\n")
193 1 0 $self->header('summary') || '(none)'
194 1 0 $self->header('creator') || 'N.O.Body'

or 3 conditions

line l !l&&r !l&&!r condition
195 1 0 0 $self->header('standard_date') || standardize_date($self->header('date') || 'no-date')