Branch Coverage

blib/lib/Dancer2.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
18 0 832 unless (shift())->SUPER::VERSION(@_)
35 3 34 if grep(($arg eq $_), (":script", ":syntax", ":tests"))
38 1 33 if ($arg eq ":nopragmas")
43 9 24 if (substr($arg, 0, 1) eq '!') { }
55 2 209 if scalar @final_args % 2
64 134 75 unless (defined $runner)
73 198 11 unless ($app)