| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 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:  | 92-117 |  
  |  | 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:  | 119-134 |  
  |  | 9 | 5 | 
 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:  | 273-277 |  
  |  | 2 | 1 | 
 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:  | 187-190 |  
  |  | 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:  | 192-195 |  
  |  | 2 | 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:  | 334-337 |  
  |  | 1 | 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:  | 201-204 |  
  |  | 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:  | 349-352 |  
  |  | 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:  | 339-342 |  
  |  | 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:  | 205-208 |  
  |  | 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:  | 344-347 |  
  |  | 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:  | 214-217 |  
  |  | 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:  | 329-332 |  
  |  | 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:  | 243-246 |  
  |  | 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:  | 309-312 |  
  |  | 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:  | 223-226 |  
  |  | 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:  | 319-322 |  
  |  | 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:  | 289-292 |  
  |  | 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:  | 268-271 |  
  |  | 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:  | 233-236 |  
  |  | 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:  | 299-302 |  
  |  | 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:  | 253-256 |  
  |  | 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:  | 238-241 |  
  |  | 1 | 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:  | 304-307 |  
  |  | 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:  | 279-282 |  
  |  | 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:  | 284-287 |  
  |  | 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:  | 359-362 |  
  |  | 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:  | 354-357 |  
  |  | 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:  | 210-213 |  
  |  | 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:  | 324-327 |  
  |  | 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:  | 219-222 |  
  |  | 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:  | 314-317 |  
  |  | 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:  | 228-231 |  
  |  | 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:  | 263-266 |  
  |  | 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:  | 258-261 |  
  |  | 1 | 1 | 
 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:  | 294-297 |  
  |  | 1 | 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:  | 248-251 |  
  |  | 1 | 1 | 
 uri| Name:  | QHttpNetworkRequest::uri |  | Coverage:  | 100.000% (1/1) |  
  |  | 0 | 1 |