lib/Egg/Plugin/Mason.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 0 | $$attr{'code_first'} || sub { 0; } |
39 | 0 | 0 | $$attr{'code_action'} || sub { 0; } |
40 | 0 | 0 | $$attr{'code_final'} || sub { 0; } |
49 | 0 | 0 | shift() || 'Complete !!' |
50 | 0 | 0 | shift() || '<p class="info"><a href="/">Please click.</p>' |
56 | 0 | 0 | shift() || 'Sorry !!' |
57 | 0 | 0 | shift() || '<p class="info"><a href="/">Please click.</p>' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
13 | 0 | 0 | 0 | $_[0]{'mason'} ||= 'Egg::Plugin::Mason::handler'->new(@_) |
45 | 0 | 0 | 0 | $_[0]->code_first->() or $_[0]->code_action->() |