diff --git a/coverage.json b/coverage.json index f19e3e64..097bbe39 100644 --- a/coverage.json +++ b/coverage.json @@ -1 +1 @@ -{"linesValid":1891,"lineRate":83.7} \ No newline at end of file +{"linesValid":2139,"lineRate":75.7} \ No newline at end of file diff --git a/doc/coverage/html/_impl/native/_bootstrapper.dart.gcov.html b/doc/coverage/html/_impl/native/_bootstrapper.dart.gcov.html index d308c3d2..47f7212e 100644 --- a/doc/coverage/html/_impl/native/_bootstrapper.dart.gcov.html +++ b/doc/coverage/html/_impl/native/_bootstrapper.dart.gcov.html @@ -18,7 +18,7 @@

LCOV - code coverage report

Test
lcov.info
Date
-
2024-09-08
+
2024-09-14
Legend
diff --git a/doc/coverage/html/_impl/native/_channel.dart.gcov.html b/doc/coverage/html/_impl/native/_channel.dart.gcov.html index ed3bd8d8..40b56c52 100644 --- a/doc/coverage/html/_impl/native/_channel.dart.gcov.html +++ b/doc/coverage/html/_impl/native/_channel.dart.gcov.html @@ -18,7 +18,7 @@

LCOV - code coverage report

Test
lcov.info
Date
-
2024-09-08
+
2024-09-14
Legend
diff --git a/doc/coverage/html/_impl/native/_channel_impl.dart.gcov.html b/doc/coverage/html/_impl/native/_channel_impl.dart.gcov.html index 78ca2e8d..de813ddd 100644 --- a/doc/coverage/html/_impl/native/_channel_impl.dart.gcov.html +++ b/doc/coverage/html/_impl/native/_channel_impl.dart.gcov.html @@ -18,7 +18,7 @@

LCOV - code coverage report

Test
lcov.info
Date
-
2024-09-08
+
2024-09-14
Legend
@@ -184,7 +184,7 @@

LCOV - code coverage report

419 @override - 42 FutureOr close() { + 42 FutureOr<void> close() { 439 if (!_closed) { @@ -211,7 +211,7 @@

LCOV - code coverage report

503 @override - 51 FutureOr cancelStream(int streamId) { + 51 FutureOr<void> cancelStream(int streamId) { 523 if (!_closed) { @@ -235,7 +235,7 @@

LCOV - code coverage report

582 @override - 59 FutureOr cancelToken(SquadronCancelationToken? token) { + 59 FutureOr<void> cancelToken(SquadronCancelationToken? token) { 602 if (token != null && !_closed) { diff --git a/doc/coverage/html/_impl/native/_local_worker.dart.gcov.html b/doc/coverage/html/_impl/native/_local_worker.dart.gcov.html index 665ef3ba..c9681973 100644 --- a/doc/coverage/html/_impl/native/_local_worker.dart.gcov.html +++ b/doc/coverage/html/_impl/native/_local_worker.dart.gcov.html @@ -18,7 +18,7 @@

LCOV - code coverage report

Test
lcov.info
Date
-
2024-09-08
+
2024-09-14
Legend
diff --git a/doc/coverage/html/_impl/native/_platform.dart.gcov.html b/doc/coverage/html/_impl/native/_platform.dart.gcov.html index 7ea96d00..99062f4f 100644 --- a/doc/coverage/html/_impl/native/_platform.dart.gcov.html +++ b/doc/coverage/html/_impl/native/_platform.dart.gcov.html @@ -18,7 +18,7 @@

LCOV - code coverage report

Test
lcov.info
Date
-
2024-09-08
+
2024-09-14
Legend
@@ -40,7 +40,7 @@

LCOV - code coverage report

- Lines22100.0% + Lines2366.7% Functions00- @@ -78,6 +78,12 @@

LCOV - code coverage report

62SquadronPlatformType getPlatformType() => SquadronPlatformType.vm; + + 7 + + + 80Uri mapUrl(String url) => Uri.parse(url); +