| blib/lib/Module/Build/Notes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 20 | 65.0 | 
| 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"};} | 
| line | l | !l | condition | 
|---|---|---|---|
| 81 | 216 | 36 | $href ||= {} | 
| 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} |