Condition Coverage

blib/lib/Module/Build/Notes.pm
Criterion Covered Total %
condition 13 20 65.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 2 93 defined $x and defined $y
95 28 0 224 -e $dir and -d $dir
97 3 99 122 -e $file and not keys %{$$self{"new"};}

or 2 conditions

line l !l condition
81 216 36 $href ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
52 0 0 2 exists $self->{'new'}{$key} || exists $self->{'disk'}{$key}
74 95 0 0 defined $x or defined $y
88 0 135 95 ref $self->{'disk'}{$key} or not exists $self->{'disk'}{$key}