OpenCoverage

eval.def

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

Generated by Squish Coco 4.1.2