| blib/lib/SDLx/Sound.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 0 | unless $audioInited |
| 30 | 0 | 0 | if $status == 1 |
| 40 | 0 | 0 | unless $init_flags |
| 42 | 0 | 0 | if $init_flags & 4 |
| 43 | 0 | 0 | if $init_flags & 2 |
| 44 | 0 | 0 | if $init_flags & 1 |
| 45 | 0 | 0 | if $init_flags & 8 |
| 62 | 0 | 0 | if $#_ > 0 and @_ |
| 64 | 0 | 0 | if (-e $_[0]) { } |
| 65 | 0 | 0 | unless my $music = SDL::Mixer::Music::load_MUS($_[0]) |
| 68 | 0 | 0 | if (SDL::Mixer::Music::play_music($music, -1) < 0) |