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

Floating-Dartists / matomo-tracker / 4364673012

pending completion
4364673012

Pull #52

github

GitHub
Merge 63906bf65 into 204282c57
Pull Request #52: Feat/keep failed request in queue

45 of 45 new or added lines in 9 files covered. (100.0%)

325 of 335 relevant lines covered (97.01%)

2.8 hits per line

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

40.0
/lib/src/exceptions.dart
1
class MatomoException implements Exception {
2
  const MatomoException({
8✔
3
    required this.message,
4
  });
5

6
  final String message;
7

8
  @override
×
9
  String toString() => 'MatomoException: $message';
×
10
}
11

12
class UninitializedMatomoInstanceException extends MatomoException {
13
  const UninitializedMatomoInstanceException()
8✔
14
      : super(
×
15
          message:
16
              'MatomoTracker has not been initialized properly, call the method initialize() first.',
17
        );
18
}
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