blib/lib/Plack/Middleware/Static/Range.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 5 | 60.0 |
line | l | !l | condition |
---|---|---|---|
11 | 1 | 0 | $self->root || '.' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
11 | 9 | 1 | 0 | $$self{'file'} ||= 'Plack::App::File::Range'->new({'root', $self->root || '.', 'encoding', $self->encoding}) |