LCOV - code coverage report
Current view: top level - domain/mapper - unico.error.factory.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2022-06-29 11:20:31 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:unico_check/src/unico/domain/entities/unico.error.dart';
       2             : 
       3             : class UnicoErrorFactory {
       4           1 :   UnicoError buildUnicoError(int code, String description) {
       5           1 :     return UnicoError(code, description);
       6             :   }
       7             : }

Generated by: LCOV version 1.16