blib/lib/Mojolicious/Command/browserify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 23 | 17.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 0 | 0 | 0 | $$self{'watch'} and $self->_watch($processor) |
209 | 0 | 0 | 0 | $$self{'watch'} and not $$self{'out'} |
line | l | !l | condition |
---|---|---|---|
98 | 0 | 0 | $$self{'browserify_args'} || [] |
123 | 10 | 0 | shift() || 'browserify' |
137 | 0 | 0 | shift() || '' |
168 | 54 | 0 | fork // die("Could not fork npm: $!\n") |
194 | 0 | 16 | $installed || 'Not installed' |
0 | 16 | $latest || 'Unknown' | |
201 | 0 | 0 | shift @args // (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
225 | 0 | 0 | 0 | $$cache{$file} ||= $mtime |