blib/lib/Speech/Google/TTS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
124 | 0 | 0 | unless (length $_) |
128 | 0 | 0 | unless /^.+[.,?!:;]$/ |
140 | 0 | 0 | if length $line == 0 |
151 | 0 | 0 | if (not $response->is_success) { } |
171 | 0 | 0 | if ($$self{'auformat'} eq 'wav') { } |
0 | 0 | elsif ($$self{'auformat'} eq 'mp3') { } | |
0 | 0 | elsif ($$self{'auformat'} eq 'sox') { } | |
172 | 0 | 0 | if (system $mpg123, '-q', '-w', $wav_name, @mp3list) |
180 | 0 | 0 | if (system $mpg123, '-q', $wav_name, @mp3list) |