| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 customVerb| Name:  | QHttpNetworkRequest::customVerb |  | Prototype:  | QByteArray QHttpNetworkRequest::customVerb() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 288-291 |  
  |  | 1 | 1 | 
 operator==| Name:  | QHttpNetworkRequest::operator== |  | Prototype:  | bool QHttpNetworkRequest::operator==(const QHttpNetworkRequest &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 273-276 |  
  |  | 1 | 1 | 
 methodName| Name:  | QHttpNetworkRequest::methodName |  | Prototype:  | QByteArray QHttpNetworkRequest::methodName() const |  | Coverage:  |  57.143% (12/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 86-111 |  
  |  | 12 | 11 | 
 uri| Name:  | QHttpNetworkRequest::uri |  | Prototype:  | QByteArray QHttpNetworkRequest::uri(bool throughProxy) const |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 113-128 |  
  |  | 9 | 5 | 
 QHttpNetworkRequest| Name:  | QHttpNetworkRequest::QHttpNetworkRequest |  | Prototype:  | QHttpNetworkRequest::QHttpNetworkRequest(const QUrl &url, Operation operation, Priority priority) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 181-184 |  
  |  | 2 | 1 | 
 QHttpNetworkRequest| Name:  | QHttpNetworkRequest::QHttpNetworkRequest |  | Prototype:  | QHttpNetworkRequest::QHttpNetworkRequest(const QHttpNetworkRequest &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 186-189 |  
  |  | 2 | 1 | 
 contentLength| Name:  | QHttpNetworkRequest::contentLength |  | Prototype:  | qint64 QHttpNetworkRequest::contentLength() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 242-245 |  
  |  | 1 | 1 | 
 header| Name:  | QHttpNetworkRequest::header |  | Prototype:  | QList<QPair<QByteArray, QByteArray> > QHttpNetworkRequest::header() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 252-255 |  
  |  | 1 | 1 | 
 headerField| Name:  | QHttpNetworkRequest::headerField |  | Prototype:  | QByteArray QHttpNetworkRequest::headerField(const QByteArray &name, const QByteArray &defaultValue) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 257-260 |  
  |  | 1 | 1 | 
 isFollowRedirects| Name:  | QHttpNetworkRequest::isFollowRedirects |  | Prototype:  | bool QHttpNetworkRequest::isFollowRedirects() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 222-225 |  
  |  | 1 | 1 | 
 isPipeliningAllowed| Name:  | QHttpNetworkRequest::isPipeliningAllowed |  | Prototype:  | bool QHttpNetworkRequest::isPipeliningAllowed() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 308-311 |  
  |  | 1 | 1 | 
 isPreConnect| Name:  | QHttpNetworkRequest::isPreConnect |  | Prototype:  | bool QHttpNetworkRequest::isPreConnect() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 213-216 |  
  |  | 1 | 1 | 
 isSPDYAllowed| Name:  | QHttpNetworkRequest::isSPDYAllowed |  | Prototype:  | bool QHttpNetworkRequest::isSPDYAllowed() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 318-321 |  
  |  | 1 | 1 | 
 isSsl| Name:  | QHttpNetworkRequest::isSsl |  | Prototype:  | bool QHttpNetworkRequest::isSsl() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 204-207 |  
  |  | 1 | 1 | 
 majorVersion| Name:  | QHttpNetworkRequest::majorVersion |  | Prototype:  | int QHttpNetworkRequest::majorVersion() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 348-351 |  
  |  | 1 | 1 | 
 minorVersion| Name:  | QHttpNetworkRequest::minorVersion |  | Prototype:  | int QHttpNetworkRequest::minorVersion() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 353-356 |  
  |  | 1 | 1 | 
 operation| Name:  | QHttpNetworkRequest::operation |  | Prototype:  | QHttpNetworkRequest::Operation QHttpNetworkRequest::operation() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 278-281 |  
  |  | 1 | 1 | 
 operator=| Name:  | QHttpNetworkRequest::operator= |  | Prototype:  | QHttpNetworkRequest &QHttpNetworkRequest::operator=(const QHttpNetworkRequest &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 267-271 |  
  |  | 2 | 1 | 
 priority| Name:  | QHttpNetworkRequest::priority |  | Prototype:  | QHttpNetworkRequest::Priority QHttpNetworkRequest::priority() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 298-301 |  
  |  | 1 | 1 | 
 redirectCount| Name:  | QHttpNetworkRequest::redirectCount |  | Prototype:  | int QHttpNetworkRequest::redirectCount() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 232-235 |  
  |  | 1 | 1 | 
 setContentLength| Name:  | QHttpNetworkRequest::setContentLength |  | Prototype:  | void QHttpNetworkRequest::setContentLength(qint64 length) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 247-250 |  
  |  | 1 | 1 | 
 setCustomVerb| Name:  | QHttpNetworkRequest::setCustomVerb |  | Prototype:  | void QHttpNetworkRequest::setCustomVerb(const QByteArray &customVerb) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 293-296 |  
  |  | 1 | 1 | 
 setFollowRedirects| Name:  | QHttpNetworkRequest::setFollowRedirects |  | Prototype:  | void QHttpNetworkRequest::setFollowRedirects(bool followRedirect) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 227-230 |  
  |  | 1 | 1 | 
 setHeaderField| Name:  | QHttpNetworkRequest::setHeaderField |  | Prototype:  | void QHttpNetworkRequest::setHeaderField(const QByteArray &name, const QByteArray &data) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 262-265 |  
  |  | 1 | 1 | 
 setOperation| Name:  | QHttpNetworkRequest::setOperation |  | Prototype:  | void QHttpNetworkRequest::setOperation(Operation operation) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 283-286 |  
  |  | 1 | 1 | 
 setPipeliningAllowed| Name:  | QHttpNetworkRequest::setPipeliningAllowed |  | Prototype:  | void QHttpNetworkRequest::setPipeliningAllowed(bool b) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 313-316 |  
  |  | 1 | 1 | 
 setPreConnect| Name:  | QHttpNetworkRequest::setPreConnect |  | Prototype:  | void QHttpNetworkRequest::setPreConnect(bool preConnect) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 217-220 |  
  |  | 1 | 1 | 
 setPriority| Name:  | QHttpNetworkRequest::setPriority |  | Prototype:  | void QHttpNetworkRequest::setPriority(Priority priority) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 303-306 |  
  |  | 1 | 1 | 
 setRedirectCount| Name:  | QHttpNetworkRequest::setRedirectCount |  | Prototype:  | void QHttpNetworkRequest::setRedirectCount(int count) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 237-240 |  
  |  | 1 | 1 | 
 setSPDYAllowed| Name:  | QHttpNetworkRequest::setSPDYAllowed |  | Prototype:  | void QHttpNetworkRequest::setSPDYAllowed(bool b) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 323-326 |  
  |  | 1 | 1 | 
 setSsl| Name:  | QHttpNetworkRequest::setSsl |  | Prototype:  | void QHttpNetworkRequest::setSsl(bool s) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 208-211 |  
  |  | 1 | 1 | 
 setUploadByteDevice| Name:  | QHttpNetworkRequest::setUploadByteDevice |  | Prototype:  | void QHttpNetworkRequest::setUploadByteDevice(QNonContiguousByteDevice *bd) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 338-341 |  
  |  | 1 | 1 | 
 setUrl| Name:  | QHttpNetworkRequest::setUrl |  | Prototype:  | void QHttpNetworkRequest::setUrl(const QUrl &url) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 199-202 |  
  |  | 1 | 1 | 
 setWithCredentials| Name:  | QHttpNetworkRequest::setWithCredentials |  | Prototype:  | void QHttpNetworkRequest::setWithCredentials(bool b) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 333-336 |  
  |  | 1 | 1 | 
 uploadByteDevice| Name:  | QHttpNetworkRequest::uploadByteDevice |  | Prototype:  | QNonContiguousByteDevice* QHttpNetworkRequest::uploadByteDevice() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 343-346 |  
  |  | 1 | 1 | 
 uri| Name:  | QHttpNetworkRequest::uri |  | Coverage:  | 100.000% (1/1) |  
  |  | 0 | 1 | 
 url| Name:  | QHttpNetworkRequest::url |  | Prototype:  | QUrl QHttpNetworkRequest::url() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 195-198 |  
  |  | 1 | 1 | 
 withCredentials| Name:  | QHttpNetworkRequest::withCredentials |  | Prototype:  | bool QHttpNetworkRequest::withCredentials() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp |  | Lines:  | 328-331 |  
  |  | 1 | 1 |