kittinunf / fuel

The easiest HTTP networking library for Kotlin/Android

Home Page:https://fuel.gitbook.io/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identify the test coverages area

iNoles opened this issue · comments

image

This was taken from the Kover 0.7.0 coverages HTML pages.

Care to elaborate a little about this?

As for Fuel, setHttpLoader and setHttpLoader
As for FuelsKt, any methods other than get. However, the request method is 1/2 for headers
As for HttpUrlFetcher, the fetch methods are 1/2 on the request.parameters
As for fillURLWithParameters, there is 1/2 in contains("?") and 0/2 in parameters.isNotEmpty
As for StringsKt, the entire class is under red

So far

the only test coverage left for two Fuel methods, FuelKt, and StringsKt.