| blib/lib/App/Sqitch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 18 | 61.1 | 
| line | l | !l | condition | 
|---|---|---|---|
| 210 | 0 | 1 | $sqitch->vent($_) and return 2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 374 | 2 | 0 | 0 | -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)) | 
| 379 | 0 | 1 | 0 | !$self->_is_interactive && eof STDIN | 
| 449 | 1 | 8 | 24 | $def and not $def =~ /^[yn]/i | 
| line | l | !l | condition | 
|---|---|---|---|
| 325 | 1 | 0 | $doc || 'sqitch' | 
| 508 | 60 | 0 | $_ // "" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 257 | 1 | 1 | 16 | $opts{'help'} or $opts{'man'} |