Branch Coverage

blib/lib/Dancer/Serializer/JSON.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
33 0 38 unless $self->loaded
52 26 6 if (setting("environment") eq "development" and not defined $options->{'pretty'})
78 22 0 unless exists $options->{'utf8'}
85 52 2 if scalar @_ == 0
87 2 0 if (scalar @_ == 1) { }
0 0 elsif (scalar @_ % 2) { }