push
github
72 of 100 branches covered (72.0%)
Branch coverage included in aggregate %.
0 of 743 new or added lines in 22 files covered. (0.0%)
54 existing lines in 21 files now uncovered.386 of 1694 relevant lines covered (22.79%)
6.85 hits per line
1 |
class LoadingComponent { |
|
UNCOV
2
|
view({ attrs }) { |
× |
NEW
|
return (
|
× |
NEW
|
<div className="loading" {...attrs}>
|
× |
NEW
|
<svg viewBox="0 0 24 24">
|
× |
NEW
|
<path d="M 3,12 A 6,6 0,0,0 21,12" />
|
× |
NEW
|
</svg> |
× |
NEW
|
</div> |
× |
9 |
); |
|
10 |
} |
× |
11 |
} |
× |
12 |
|
|
13 |
export default LoadingComponent; |
× |