This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree 7 files changed +28
-0
lines changed
7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:async' ;
2
6
3
7
import 'package:coverage/src/run_and_collect.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
library coverage;
2
6
3
7
export 'src/collect.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
library coverage.formatter;
2
6
3
7
import 'dart:async' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
library coverage.hitmap;
2
6
3
7
import 'dart:async' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
library coverage.resolver;
2
6
3
7
import 'dart:async' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'package:coverage/src/resolver.dart' ;
2
6
import 'package:test/test.dart' ;
3
7
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'package:test/test.dart' ;
2
6
3
7
import 'collect_coverage_api_test.dart' as collect_coverage_api;
You can’t perform that action at this time.
0 commit comments