Branch Coverage

blib/lib/WWW/JSON/Role/Authentication.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
19 0 2 unless $auth
20 0 2 if ref $auth eq 'CODE'
25 0 2 unless $self->does($role)
31 0 2 unless $self->can($handler)
33 2 0 if $self->can($validator)