Condition Coverage

blib/lib/IO/All/Dir.pm
Criterion Covered Total %
condition 17 25 68.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 230 2 blessed $self && $self->pathname
23 1 220 11 @_ and @_ > 1
1 219 1 @_ and $had_prev
53 0 137 0 $self->pathname and $self->_assert
85 75 141 95 $depth != 1 and $io->is_dir
90 95 0 38 $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 0 221 @_ and @_ > 1 or @_ and $had_prev