Condition Coverage

bin/rm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
152 23 3 6 exists $args{'-f'} and exists $args{'-i'}
252 7 4 0 not -w $filename and $self->is_interactive

or 3 conditions

line l !l&&r !l&&!r condition
162 3 3 6 $last eq '-f' && $_ eq '-i' || $last ne '-f' && $_ eq '-f'
229 2 2 2 $file eq "." or $file eq ".."