lib/Spoon/Installer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 14 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 8 | 0 | 0 | $locked and -f $file_path |
25 | 8 | 0 | 0 | $file->exists and $file->all eq $content |
187 | 0 | 0 | 0 | -d 'lib' and -f 'Makefile.PL' |
line | l | !l | condition |
---|---|---|---|
98 | 8 | 0 | $content ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
123 | 3 | 0 | 0 | shift() || ref $self |