blib/lib/Plack/Middleware/Static/Combine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 5 | 40.0 |
line | l | !l | condition |
---|---|---|---|
24 | 5 | 0 | $self->root || '.' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 0 | 5 | 0 | $$self{'file'} ||= 'Plack::App::File'->new({'root', $self->root || '.', 'encoding', $self->encoding}) |