This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree 13 files changed +0
-26
lines changed
13 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage;
6
-
7
5
export 'src/collect.dart' ;
8
6
export 'src/formatter.dart' ;
9
7
export 'src/hitmap.dart' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.collect;
6
-
7
5
import 'dart:async' ;
8
6
9
7
import 'package:vm_service_client/vm_service_client.dart' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.formatter;
6
-
7
5
import 'dart:async' ;
8
6
9
7
import 'package:path/path.dart' as p;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.hitmap;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:convert' ;
9
7
import 'dart:io' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.resolver;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:io' ;
9
7
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.run_and_collect;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:convert' show UTF8, LineSplitter;
9
7
import 'dart:io' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.src.util;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:io' ;
9
7
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.collect_coverage_api_test;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:convert' ;
9
7
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.collect_coverage_test;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:convert' ;
9
7
import 'dart:io' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.lcov_test;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:convert' ;
9
7
import 'dart:io' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.run_and_collect_test;
6
-
7
5
import 'dart:io' ;
8
6
9
7
import 'package:coverage/coverage.dart' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.util;
6
-
7
5
import 'dart:async' ;
8
6
import 'dart:io' ;
9
7
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- library coverage.test.util_test;
6
-
7
5
import 'dart:async' ;
8
6
9
7
import 'package:coverage/src/util.dart' ;
You can’t perform that action at this time.
0 commit comments