| lib/Music/AirGuitar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 0 | if (defined(my $value = delete $opts{$attribute})) |
| 49 | 0 | 0 | if ($type eq 'string') { } |
| 0 | 0 | elsif ($type eq 'uint') { } | |
| 0 | 0 | elsif (eval { do { $value->isa($type) } }) { } | |
| 53 | 0 | 0 | if $found |
| 58 | 0 | 0 | if $found |
| 61 | 0 | 0 | unless $found |
| 67 | 0 | 0 | if scalar CORE::keys %opts |
| 73 | 0 | 0 | unless ($self->{'strings'} or $self->{'keys'}) |
| 85 | 0 | 0 | if ($duration =~ /:/u) { } |
| 112 | 0 | 0 | if defined $self->{$key} |
| 113 | 0 | 0 | if exists $opts{'default'} |