| blib/lib/Test/Fetchware.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 150 | 70 | 0 | 0 | exists $ENV{'FETCHWARE_RELEASE_TESTING'} && defined $ENV{'FETCHWARE_RELEASE_TESTING'} |
| 172 | 0 | 0 | 0 | -e 'lib/Test/Fetchware.pm' and -e 't/App-Fetchware-build.t' |
| 320 | 174 | 2 | 0 | exists $opts{'Fetchwarefile'} and exists $opts{'AppendOption'} |
| 550 | 0 | 0 | 0 | chmod 0644, $fetchwarefile_path and is_os_type('Unix') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 150 | 70 | 0 | 0 | not exists $ENV{'FETCHWARE_RELEASE_TESTING'} && defined $ENV{'FETCHWARE_RELEASE_TESTING'} or $ENV{'FETCHWARE_RELEASE_TESTING'} ne '***setting this will install software on your computer!!!!!!!***' |
| 517 | 0 | 0 | 176 | not is_os_type('Unix') or $> != 0 |