Branch Coverage

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


line true false branch
17 0 116 unless (shift())->SUPER::VERSION(@_)
34 3 36 if grep(($arg eq $_), (":script", ":syntax", ":tests"))
37 1 35 if ($arg eq ":nopragmas")
42 9 26 if (substr($arg, 0, 1) eq '!') { }
54 2 226 if scalar @final_args % 2
63 143 83 unless (defined $runner)
72 215 11 unless ($app)