LCOV - code coverage report
Current view: top level - lib/data/devices - compass_device.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 2 0.0 %
Date: 2020-06-26 11:36:11 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter_compass/flutter_compass.dart';
       2             : import 'package:injectable/injectable.dart';
       3             : 
       4             : abstract class CompassDevice {
       5             :   /// The heading varies from 0-360, 0 being north.
       6             :   Stream<double> get heading;
       7             : }
       8             : 
       9             : @prod
      10             : @LazySingleton(as: CompassDevice)
      11             : class CompassDeviceImpl implements CompassDevice {
      12           0 :   @override
      13           0 :   Stream<double> get heading => FlutterCompass.events;
      14             : }

Generated by: LCOV version 1.13