line |
true |
false |
branch |
27
|
1 |
5 |
if ($self->psgi_app) |
34
|
2 |
3 |
if (defined $self->{'_page_begin'}) |
82
|
3 |
5 |
if ($self->tags) { } |
83
|
2 |
1 |
unless (&blessed(scalar $self->tags) and $self->tags->isa("Tags::Output")) |
94
|
0 |
6 |
if ($self->css) { } |
95
|
0 |
0 |
unless (&blessed(scalar $self->css) and $self->css->isa("CSS::Struct::Output")) |
102
|
5 |
1 |
unless ($self->encoding) |
106
|
5 |
1 |
unless ($self->content_type) |
110
|
5 |
1 |
unless ($self->status_code) |
114
|
3 |
3 |
unless (defined $self->flag_begin) |
118
|
3 |
3 |
unless (defined $self->flag_end) |
122
|
6 |
0 |
unless (defined $self->script_js) |
126
|
6 |
0 |
unless (defined $self->script_js_src) |
130
|
3 |
3 |
if ($self->flag_begin) |
131
|
2 |
1 |
defined $self->css_init ? : |
167
|
2 |
3 |
if ($self->flag_begin) |
173
|
2 |
3 |
if ($self->flag_end) |