Condition Coverage

blib/lib/Pinto/Schema/Result/Revision.pm
Criterion Covered Total %
condition 21 41 51.2


and 3 conditions

line !l l&&!r l&&r condition
356 0 0 0 itis($revision_a, $pkg) and itis($revision_b, $pkg)
372 0 0 7 itis($revision_a, $pkg) and itis($revision_b, $pkg)

or 2 conditions

line l !l condition
174 296 0 $args ||= {}
176 0 296 $args->{'username'} ||= ''
178 0 296 $args->{'time_offset'} ||= 0
179 113 183 $args->{'is_committed'} ||= 0
180 0 296 $args->{'has_changes'} ||= 0
181 113 183 $args->{'message'} ||= ''
387 0 3 $_[0] || '%c'

or 3 conditions

line l !l&&r !l&&!r condition
175 113 183 0 $args->{'uuid'} ||= uuid()
177 0 294 2 $args->{'utc_time'} ||= current_utc_time()
293 0 148 3 $args{'username'} ||= $self->repo->config->username
294 0 0 148 $args{'time_offset'} ||= $self->repo->config->time_offset
295 0 146 2 $args{'utc_time'} ||= current_utc_time()
343 0 0 0 $other || ($self->parents)[0]
394 8 1947 0 $format ||= $self->default_format