Branch Coverage

blib/lib/Dancer/Plugin/Auth/RBAC.pm
Criterion Covered Total %
branch 2 16 12.5


line true false branch
20 0 0 if (session('user'))
21 0 0 if (session('user')->{'id'})
50 4 2 if ($user) { }
102 0 0 if (@_) { }
104 0 0 if ($user)
105 0 0 if ($$user{'id'})
113 0 0 if ($user)
114 0 0 if ($$user{'id'})