Condition Coverage

blib/lib/Module/Rename.pm
Criterion Covered Total %
condition 18 18 100.0


and 3 conditions

line !l l&&!r l&&r condition
82 3 1 2 $$self{'use_git'} and not -d $old_path
106 15 12 1 -d $_ and $self->dir_empty($_)
110 15 12 1 -d $_ and exists $$self{'dir_exclude_hash'}{$_}
169 15 12 3 -d $_ and $self->dir_empty($_)
27 1 2 -d $_ and $self->dir_empty($_) and not exists $empty_subdirs{$File::Find::name}

or 3 conditions

line l !l&&r !l&&!r condition
115 2 2 11 $File::Find::name =~ /$$self{'look_for'}/ or $_ eq $$self{'pmfile'}