blib/lib/Dancer/Serializer/JSON.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 3 | 3 | 26 | setting("environment") eq "development" and not defined $options->{'pretty'} |
line | l | !l | condition |
---|---|---|---|
42 | 2 | 30 | $self->_serialize_options_as_hashref(@_) || {} |
44 | 32 | 0 | setting('engines') || {} |
45 | 11 | 21 | $config->{'JSON'} || {} |
78 | 0 | 22 | $self->_options_as_hashref(@_) || {} |