push
github
72 of 100 branches covered (72.0%)
Branch coverage included in aggregate %.
54 of 648 new or added lines in 27 files covered. (8.33%)
54 existing lines in 21 files now uncovered.405 of 1642 relevant lines covered (24.67%)
8.88 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">For my friend and brother, Bill.</span> |
× |
NEW
|
</div> |
× |
NEW
|
</div> |
× |
13 |
); |
|
UNCOV
14
|
} |
× |
UNCOV
15
|
} |
× |
16 |
|
|
17 |
export default AppHeaderComponent; |
× |