Branch Coverage

blib/lib/App/CLI/Extension/Component/InstallCallback.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
85 0 1 if ($self->exists_callback($install))
89 0 1 if defined $callback
95 0 2 unless ($self->exists_callback($install))
98 0 2 if (ref $callback ne 'CODE')
107 0 1 unless ($self->exists_callback($install))
116 4 1 exists $self->_install_callback->{$install} ? :