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