blib/lib/RapidApp/Module/ExtComponent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 19 | 0 | $c && $self->role_checker && $self->require_role && $c->can('session') && $c->session && $c->can('session_is_valid') && $c->session_is_valid && !$self->role_checker->($c, $self->require_role) |
0 | 57 | 103 | $self->parent_module && $self->parent_module->can('test_permission') | |
170 | 3718 | 0 | 138 | $attr->does('RapidApp::Role::AppCmpConfigParam') and $attr->has_value($self) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 0 | 0 | 0 | $curPlg{$_} or $self->add_plugin($_) |