lib/HTML/Object/DOM/TextTrack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | if scalar @_ < 3 |
38 | 0 | 0 | unless $kind =~ /^\w+$/ |
50 | 0 | 0 | unless $self->SUPER::init(@_) |
65 | 0 | 0 | unless $self->_is_a($cue, "HTML::Object::DOM::TextTrackCue") |
71 | 0 | 0 | unless (defined $cue) |
105 | 0 | 0 | unless $self->_is_a($cue, "HTML::Object::DOM::TextTrackCue") |
111 | 0 | 0 | if (defined $pos) |