line |
!l |
l&&!r |
l&&r |
condition |
35
|
34 |
0 |
0 |
defined $multi and my $code = $controller->can($complete_method)
|
|
34 |
0 |
0 |
defined $multi and my $code = $controller->can($complete_method) and $multi->complete
|
53
|
29 |
2 |
3 |
my $code = $controller->can($submitted_method) and $form->submitted
|
68
|
29 |
4 |
1 |
my $code = $controller->can($valid_method) and $form->submitted_and_valid
|
86
|
34 |
0 |
0 |
defined $multi and my $code = $controller->can($not_complete_method)
|
|
34 |
0 |
0 |
defined $multi and my $code = $controller->can($not_complete_method) and $form->submitted
|
|
0 |
0 |
0 |
defined $multi and my $code = $controller->can($not_complete_method) and $form->submitted and not $multi->complete
|
102
|
29 |
2 |
3 |
my $code = $controller->can($not_valid_method) and $form->submitted
|
|
31 |
1 |
2 |
my $code = $controller->can($not_valid_method) and $form->submitted and $form->has_errors
|
117
|
29 |
3 |
2 |
my $code = $controller->can($not_submitted_method) and not $form->submitted
|
132
|
1 |
29 |
4 |
$run_form_render_action and my $code = $controller->can($render_method)
|