Branch Coverage

blib/lib/Mojolicious/Plugin/RevealJS.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
52 3 12 if (my $section = delete $opts{'section'})
54 3 0 if @sections > 1
71 3 12 if exists $opts{'include_filename'} and not $opts{'include_filename'}
94 0 9 if (defined $lang)
95 0 0 unless $lang =~ /^lang-/u
100 3 6 if exists $opts{'trim'}
101 3 6 if exists $opts{'noescape'}
102 3 6 if exists $opts{'mark'}
103 3 6 if exists $opts{'indent'}
112 6 3 exists $opts{'annotation'} ? :
127 0 0 if (my $base = $opts->{'base'})