push
github
56 of 145 branches covered (38.62%)
48 of 50 new or added lines in 5 files covered. (96.0%)
3395 existing lines in 78 files now uncovered.8599 of 20189 relevant lines covered (42.59%)
701.76 hits per line
UNCOV
1
|
/** @format */
|
|
UNCOV
2
|
|
× |
3 |
define(["dojo/_base/declare", "dijit/form/Button"], function ( |
× |
UNCOV
4
|
declare, |
× |
UNCOV
5
|
button |
× |
UNCOV
6
|
) { |
× |
7 |
return declare("lsmb/payments/JumpScreenButton", [button], { |
× |
UNCOV
8
|
url: null, |
× |
UNCOV
9
|
onClick: function () { |
× |
10 |
window.__lsmbLoadLink(this.url);
|
× |
UNCOV
11
|
} |
× |
UNCOV
12
|
}); |
× |
UNCOV
13
|
}); |
× |