Branch Coverage

blib/lib/Dancer/Plugin/FlashNote.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
33 1 41 if ($arguments eq 'single') { }
3 38 elsif ($arguments eq 'join') { }
3 35 elsif ($arguments eq 'array') { }
36 0 35 @_ > 1 ? :
129 0 2 unless defined $flash
130 0 2 if (ref $flash eq 'HASH' and @_) { }
132 0 0 unless defined wantarray
133 0 0 unless wantarray