Branch Coverage

blib/lib/Catalyst/Model/InjectionHelpers/PerSession.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
10 8 0 &blessed($self) ? :
14 0 8 if $c->stash->{$key}
16 6 2 if (exists $c->session->{$self->composed_class}) { }
44 0 8 unless &blessed($c)
46 0 8 unless ($c->can('session'))