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

Floating-Dartists / matomo-tracker / 4957260316

pending completion
4957260316

push

github

Guillaume Roux
fixed 'should use customHeaders from the tracker' test

478 of 518 relevant lines covered (92.28%)

2.91 hits per line

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

100.0
/lib/src/platform_info/platform_info_io.dart
1
import 'dart:io' show Platform;
2

3
import 'package:matomo_tracker/src/platform_info/platform_info_interface.dart';
4

5
class PlatformInfoImpl implements PlatformInfoInterface {
6
  @override
3✔
7
  bool get isWeb => false;
8

9
  @override
3✔
10
  bool get isAndroid => Platform.isAndroid;
3✔
11

12
  @override
3✔
13
  bool get isIOS => Platform.isIOS;
3✔
14

15
  @override
3✔
16
  bool get isMacOS => Platform.isMacOS;
3✔
17

18
  @override
3✔
19
  bool get isWindows => Platform.isWindows;
3✔
20

21
  @override
3✔
22
  bool get isLinux => Platform.isLinux;
3✔
23
}
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