| blib/lib/Word2vec/Word2phrase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 24 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 0 | 0 | 0 | -e "$outputFilePath" and $overwrite == 0 |
| 161 | 0 | 0 | 0 | -e "$outputFilePath" and $overwrite == 0 |
| 162 | 0 | 0 | 0 | -e "$outputFilePath" and $overwrite == 0 |
| 197 | 0 | 0 | 0 | $result == 0 and -e "$outputFilePath" |
| 239 | 0 | 0 | 1 | $result == -1 and $self->GetWriteLog == 0 |
| 240 | 0 | 1 | 0 | $result == -1 and $self->GetWriteLog == 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 157 | 0 | 0 | 0 | not -e "$trainFilePath" or -z "$trainFilePath" |
| 195 | 0 | 0 | 0 | not -e "$outputFilePath" or -z "$outputFilePath" |