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 AppHeaderComponent { |
|
UNCOV
2
|
view() { |
× |
NEW
|
return (
|
× |
NEW
|
<div className="app-header">
|
× |
NEW
|
<h1>Flip Book</h1> |
× |
NEW
|
<div className="app-header-mentions">
|
× |
NEW
|
<span className="app-header-mention">
|
× |
NEW
|
By <a href="https://calebevans.me/">Caleb Evans</a>.
|
× |
NEW
|
</span> |
× |
NEW
|
<span className="app-header-mention">
|
× |
11 |
For my friend and brother, Bill. |
|
NEW
|
</span> |
× |
NEW
|
</div> |
× |
NEW
|
</div> |
× |
15 |
); |
|
UNCOV
16
|
} |
× |
UNCOV
17
|
} |
× |
18 |
|
|
19 |
export default AppHeaderComponent; |
× |