• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

EcrituresNumeriques / stylo / 12925854411

23 Jan 2025 09:11AM UTC coverage: 25.831% (-4.7%) from 30.523%
12925854411

push

github

web-flow
Merge pull request #1192 from EcrituresNumeriques/feat/vite6

322 of 518 branches covered (62.16%)

Branch coverage included in aggregate %.

3448 of 14077 relevant lines covered (24.49%)

1.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/front/src/components/ArticleStats.jsx
1
import React from 'react'
×
2
import { shallowEqual, useSelector } from 'react-redux'
×
3
import styles from './articleStats.module.scss'
×
4

5
export default function ArticleStats() {
×
6
  const articleStats = useSelector((state) => state.articleStats, shallowEqual)
×
7
  return (
×
8
    <ul className={styles.stats}>
×
9
      <li>Words : {articleStats.wordCount}</li>
×
10
      <li>
×
11
        Characters : {articleStats.charCountNoSpace} (with spaces:{' '}
×
12
        {articleStats.charCountPlusSpace})
×
13
      </li>
×
14
      <li>Citations : {articleStats.citationNb}</li>
×
15
    </ul>
×
16
  )
17
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc