LCOV - code coverage report
Current view: top level - src/combine_isolate - web_combine_isolate.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 3 3 100.0 %
Date: 2022-12-12 00:09:36 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:combine/combine.dart';
       2             : import 'package:flutter/material.dart';
       3             : 
       4             : class WebCombineIsolate extends CombineIsolate {
       5           1 :   WebCombineIsolate(this.onClose);
       6             : 
       7             :   final VoidCallback onClose;
       8             : 
       9           1 :   @override
      10             :   void kill({int priority = 1}) {
      11           2 :     onClose();
      12             :   }
      13             : }

Generated by: LCOV version 1.16