LCOV - code coverage report
Current view: top level - src/builders - composition_field.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 8 8 100.0 %
Date: 2021-09-23 09:58:53 Functions: 0 0 -

          Line data    Source code
       1             : part of rx_bloc_generator;
       2             : 
       3             : /// A mapper that converts a [FieldElement] into an event [Field]
       4             : class _CompositionField implements _BuilderContract {
       5           1 :   @override
       6           1 :   Field build() => Field(
       7           1 :         (b) => b
       8           1 :           ..modifier = FieldModifier.final$
       9           1 :           ..name = '_compositeSubscription'
      10           3 :           ..assignment = refer('CompositeSubscription').newInstance(
      11           1 :             [],
      12           1 :           ).code,
      13             :       );
      14             : }

Generated by: LCOV version 1.15