Branch Coverage

blib/lib/KelpX/Symbiosis/Engine.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
14 23 5 if (builtin::blessed($app)) { }
0 5 elsif (ref $app ne 'CODE') { }
17 0 23 unless $app->can("run")
41 3 10 if $args{'mount'}