blib/lib/Plack/Middleware/Debug/Profiler/NYTProf.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | l | !l | condition |
---|---|---|---|
15 | 0 | 0 | $self->root || '/tmp' |
16 | 0 | 0 | $self->base_URL || '' |
17 | 0 | 0 | $self->minimal || '0' |
18 | 0 | 0 | $self->no_merge_evals || '0' |
33 | 0 | 0 | $self->exclude || ['.*\\.css', '.*\\.png', '.*\\.ico', '.*\\.js'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | $ENV{'NYTPROF'} ||= 'addpid=1:start=begin:file=' . $self->root . '/nytprof.null.out' |