LCOV - code coverage report
Current view: top level - lib - wilt_server_client.dart (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 1 1 100.0 %
Date: 2017-07-19 Functions: 0 0 -

          Line data    Source code
       1             : /*
       2             :  * Package : WiltServerClient
       3             :  * Author : S. Hamblett <steve.hamblett@linux.com>
       4             :  * Date   : 04/06/2013
       5             :  * Copyright :  S.Hamblett@OSCF
       6             :  * 
       7             :  * An instance of Wilt specialised for use in the server.
       8             :  */
       9             : 
      10             : library wilt_server_client;
      11             : 
      12             : import 'dart:convert';
      13             : import 'dart:async';
      14             : import 'package:cryptoutils/cryptoutils.dart';
      15             : 
      16             : import 'package:wilt/wilt.dart';
      17             : import 'package:http/http.dart' as http;
      18             : import 'package:json_object/json_object.dart' as jsonobject;
      19             : 
      20             : part 'src/httpAdapters/wilt_server_http_adapter.dart';
      21             : 
      22             : /// The Wilt server client
      23             : class WiltServerClient extends Wilt {
      24             :   static WiltServerHTTPAdapter serverHttpAdapter = new WiltServerHTTPAdapter();
      25             : 
      26             :   WiltServerClient(host, port, scheme, [Object clientCompletion])
      27           2 :       : super(host, port, scheme, serverHttpAdapter, clientCompletion);
      28             : }

Generated by: LCOV version 1.10