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

IQSS / dataverse-frontend / 6158834163

12 Sep 2023 11:29AM CUT coverage: 98.58% (-0.04%) from 98.617%
6158834163

push

github

MellyGray
feat(DatasetActionButtons): add EditDatasetMenu component

97 of 101 branches covered (0.0%)

Branch coverage included in aggregate %.

250 of 251 relevant lines covered (99.6%)

209.98 hits per line

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

85.71
/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx
1
import { PropsWithChildren } from 'react'
1,386✔
2
import { Col } from '../../../grid/Col'
3

4
interface LayoutFormGroupElementProps {
5
  withinMultipleFieldsGroup?: boolean
6
}
7
export function FormElementLayout({
198✔
8
  withinMultipleFieldsGroup,
9
  children
10
}: PropsWithChildren<LayoutFormGroupElementProps>) {
11
  return withinMultipleFieldsGroup ? <>{children}</> : <Col sm={9}>{children}</Col>
414!
12
}
198✔
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

© 2025 Coveralls, Inc