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

link-intersystems / lis-commons / #272

05 Nov 2023 03:51PM UTC coverage: 89.819% (-0.2%) from 90.032%
#272

push

web-flow
Merge 44d2fac16 into f38ee4625

48 of 72 new or added lines in 10 files covered. (66.67%)

1 existing line in 1 file now uncovered.

7684 of 8555 relevant lines covered (89.82%)

0.9 hits per line

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

50.0
/lis-commons-beans-records/src/main/java/com/link_intersystems/beans/java/record/Introspector.java
1
package com.link_intersystems.beans.java.record;
2

3
import java.beans.BeanInfo;
4
import java.beans.IntrospectionException;
5

NEW
6
public class Introspector {
×
7

8
    public static BeanInfo getBeanInfo(Class<?> recordType) throws IntrospectionException {
9
        return new RecordBeanInfo(recordType);
1✔
10
    }
11
}
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