| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/builtins/eval.def |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | - | |||||||
| 9 | - | |||||||
| 10 | int | - | ||||||
| 11 | eval_builtin (list) | - | ||||||
| 12 | WORD_LIST *list; | - | ||||||
| 13 | { | - | ||||||
| 14 | if (no_options (list)
| 1-13183 | ||||||
| 15 | return executed 1 time by 1 test: (258);return (258);Executed by:
executed 1 time by 1 test: return (258);Executed by:
| 1 | ||||||
| 16 | list = loptend; | - | ||||||
| 17 | - | |||||||
| 18 | return executed 13183 times by 1 test: (list ? evalstring (string_list (list), "eval", 0x004) : 0);return (list ? evalstring (string_list (list), "eval", 0x004) : 0);Executed by:
executed 13183 times by 1 test: return (list ? evalstring (string_list (list), "eval", 0x004) : 0);Executed by:
| 13183 | ||||||
| 19 | } | - | ||||||
| Switch to Source code | Preprocessed file |