| line |
true |
false |
branch |
|
31
|
0 |
0 |
ref $class ? : |
|
48
|
0 |
0 |
unless $lines->[$i] =~ /^-(?\w+):(?.*)$/ |
|
50
|
0 |
0 |
if ($+{'command'} eq 'parameters') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'video') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'audio') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'image') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'iframe') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'animation') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'still') { } |
|
|
0 |
0 |
elsif ($+{'command'} eq 'hasnote') { } |
|
77
|
0 |
0 |
if $self->{'hasnotes'} |
|
79
|
0 |
0 |
unless defined $embeddedID |
|
133
|
0 |
0 |
unless my $slideEmbed = exists $self->{'parameters'}{'embed'} |
|
149
|
0 |
0 |
exists $video->{'autoplay'} ? : |
|
|
0 |
0 |
exists $video->{'controls'} ? : |
|
|
0 |
0 |
exists $video->{'muted'} ? : |
|
|
0 |
0 |
exists $video->{'loop'} ? : |
|
153
|
0 |
0 |
if (exists $video->{'embed'} or $slideEmbed) { } |
|
185
|
0 |
0 |
exists $audio->{'autoplay'} ? : |
|
|
0 |
0 |
exists $audio->{'controls'} ? : |
|
|
0 |
0 |
exists $audio->{'muted'} ? : |
|
|
0 |
0 |
exists $audio->{'loop'} ? : |
|
188
|
0 |
0 |
if (exists $audio->{'embed'} or $slideEmbed) { } |
|
223
|
0 |
0 |
if (exists $image->{'embed'} or $slideEmbed) { } |
|
255
|
0 |
0 |
if (exists $iframe->{'embed'} or exists $presentation->{'parameters'}{'embed'}) { } |
|
288
|
0 |
0 |
exists $animation->{'autoplay'} ? : |
|
|
0 |
0 |
exists $animation->{'controls'} ? : |
|
|
0 |
0 |
exists $animation->{'loop'} ? : |
|
292
|
0 |
0 |
if (exists $animation->{'embed'} or $slideEmbed) { } |
|
336
|
0 |
0 |
if (exists $still->{'embed'} or $slideEmbed) { } |
|
372
|
0 |
0 |
if ($title =~ /\\/) { } |
|
382
|
0 |
0 |
if (exists $self->{'parameters'}{'toc'}) { } |
|
383
|
0 |
0 |
if ($self->{'parameters'}{'toc'} eq 'titlepage') { } |
|
|
0 |
0 |
elsif ($self->{'parameters'}{'toc'} eq 'section') { } |
|
|
0 |
0 |
elsif ($self->{'parameters'}{'toc'} eq 'subsection') { } |
|
400
|
0 |
0 |
if (exists $self->{'parameters'}{'autoslide'}) |
|
407
|
0 |
0 |
if ($self->{'hasnotes'}) |
|
408
|
0 |
0 |
if ($slideEmbed) { } |
|
440
|
0 |
0 |
if ($slideEmbed) { } |
|
479
|
0 |
0 |
unless defined $_[0] |
|
485
|
0 |
0 |
unless defined $string |