Hit | Total | Coverage | |
---|---|---|---|
Lines | 2 | 3 | 66.7% |
Functions | 0 | 0 | - |
Branches | 0 | 0 | - |
Line | Branch | Hits | Source code |
---|---|---|---|
1 | import '../../converters/cast_converter.dart'; |
||
2 | import '../../converters/converter.dart'; |
||
3 | import '../../squadron_platform_type.dart'; |
||
4 |
|
||
5 | 9 | Converter getPlatformConverter() => CastConverter.instance; |
|
6 |
|
||
7 | 2 | SquadronPlatformType getPlatformType() => SquadronPlatformType.vm; |
|
8 |
|
||
9 | 0 | Uri mapUrl(String url) => Uri.parse(url); |