| blib/lib/Test/Fetchware.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 180 | 71 | 0 | 0 | exists $ENV{'FETCHWARE_RELEASE_TESTING'} && defined $ENV{'FETCHWARE_RELEASE_TESTING'} |
| 202 | 0 | 0 | 0 | -e 'lib/Test/Fetchware.pm' and -e 't/App-Fetchware-build.t' |
| 252 | 200 | 3 | 0 | defined $opts{'fetchwarefile'} and defined $opts{'append_option'} |
| 571 | 0 | 0 | 0 | chmod 0644, $fetchwarefile_path and is_os_type('Unix') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 180 | 71 | 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!!!!!!!***' |
| 538 | 0 | 0 | 203 | not is_os_type('Unix') or $> != 0 |