Branch Coverage

blib/lib/RBAC/Tiny.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
13 1 9 unless my $raw_roles = $args{'roles'}
27 1 15 unless my $raw = $self->{'raw_roles'}{$role}
30 2 13 if $cache->{$role}
35 4 9 unless $raw->{'all_from'}
36 1 8 unless $self->{'raw_roles'}{$from}
41 0 5 unless $role->{'can'}
45 1 8 unless $raw->{'can'}
48 6 3 unless $raw->{'except'}