Branch Coverage

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


line true false branch
18 0 839 unless (shift())->SUPER::VERSION(@_)
35 3 36 if grep(($arg eq $_), (":script", ":syntax", ":tests"))
38 1 35 if ($arg eq ":nopragmas")
43 9 26 if (substr($arg, 0, 1) eq '!') { }
55 2 211 if scalar @final_args % 2
64 136 75 unless (defined $runner)
73 200 11 unless ($app)