| blib/lib/Treex/Core/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 19 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 381 | 0 | 0 | 0 | defined $watch and -f $watch |
| 501 | 0 | 0 | 0 | $lang and $lang ne 'all' |
| 542 | 0 | 0 | 0 | ref $arguments eq 'ARRAY' and scalar @$arguments > 0 |
| 0 | 0 | 0 | defined $arguments and ref $arguments ne 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 304 | 0 | 0 | $Treex::Core::Run::VERSION || 'DEV' |
| 310 | 0 | 0 | $treex_x ||= '<treex not found in $PATH>' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 331 | 0 | 0 | 0 | $self->dump_scenario or $self->dump_required_files |