All files / output cntl.type.mjs

100% Statements 14/14
100% Branches 1/1
100% Functions 0/0
100% Lines 14/14

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 141x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
const pool = {};
pool['cntl_lifetime_default'] = new abap.types.Integer({qualifiedName: "I"});
pool['cntl_lifetime_default'].set(0);
pool['cntl_lifetime_dynpro'] = new abap.types.Integer({qualifiedName: "I"});
pool['cntl_lifetime_dynpro'].set(1);
pool['cntl_lifetime_imode'] = new abap.types.Integer({qualifiedName: "I"});
pool['cntl_lifetime_imode'].set(2);
pool['cntl_simple_event'] = new abap.types.Structure({
"eventid": new abap.types.Integer({qualifiedName: "EVENTID"}),
"appl_event": new abap.types.Character(1, {"qualifiedName":"appl_event"})}, "cntl_simple_event", undefined, {}, {});
pool['cntl_simple_events'] = abap.types.TableFactory.construct(new abap.types.Structure({
"eventid": new abap.types.Integer({qualifiedName: "EVENTID"}),
"appl_event": new abap.types.Character(1, {"qualifiedName":"appl_event"})}, "cntl_simple_event", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "cntl_simple_events");
abap.TypePools['CNTL'] = pool;