lib/HTML/Object/DOM/VideoTrack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | if scalar @_ < 3 |
38 | 0 | 0 | unless $kind =~ /^\w+$/ |
48 | 0 | 0 | unless $self->SUPER::init(@_) |
69 | 0 | 0 | if ($parent = $me->parent and my $coderef = $parent->can("_update_selected")) |