Branch Coverage

lib/SPVM/Builder/src/spvm_runtime.c
Criterion Covered Total %
branch 11 20 55.0


line true false branch
55 0 1501 assert(stdin_fileno >= 0);
59 0 1501 assert(stdin_fileno_dup > 2);
63 0 1501 assert(spvm_stdin);
78 0 1501 assert(stdout_fileno >= 0);
82 0 1501 assert(stdout_fileno_dup > 2);
86 0 1501 assert(spvm_stdout);
102 0 1501 assert(stderr_fileno >= 0);
106 0 1501 assert(stderr_fileno_dup > 2);
110 0 1501 assert(spvm_stderr);
127 607 548 if (runtime->basic_types) {