| blib/lib/Word2vec/Word2phrase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 24 | 0.0 | 
| 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 | 0 | $result == -1 and $self->GetWriteLog == 0 | 
| 240 | 0 | 0 | 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" |