(id, tag, expression)
| 455 | } |
| 456 | |
| 457 | function guardLine(id, tag, expression) { |
| 458 | return "if { " + substituteGuardReaders(expression) + "; } >/dev/null 2>&1; then echo " |
| 459 | + id + ":" + tag + ":1; else echo " + id + ":" + tag + ":0; fi\n" |
| 460 | } |
| 461 | |
| 462 | // One bash script for every `when:` and `checked:` in the menu, reporting |
| 463 | // `<id>:<w|c>:<0|1>` per line. Speed is the whole point: the menu opens on |
no test coverage detected