Condition Coverage

blib/lib/IO/All/Dir.pm
Criterion Covered Total %
condition 18 25 72.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 232 2 &blessed($self) && $self->pathname
23 1 222 11 @_ and @_ > 1
1 221 1 @_ and $had_prev
53 0 138 0 $self->pathname and $self->_assert
85 78 141 95 $depth != 1 and $io->is_dir
90 95 0 39 $first and $self->_sort

or 2 conditions

line l !l condition
144 0 0 CORE::mkdir($self->pathname, $self->perms) || die("mkdir failed: $!")
1 0 CORE::mkdir($self->pathname) || die("mkdir failed: $!")

or 3 conditions

line l !l&&r !l&&!r condition
23 11 1 222 @_ and @_ > 1 or @_ and $had_prev