Skip to content

Instantly share code, notes, and snippets.

@xandkar
Created August 1, 2014 22:07
Show Gist options
  • Select an option

  • Save xandkar/f88ed71fafaaaa8001b2 to your computer and use it in GitHub Desktop.

Select an option

Save xandkar/f88ed71fafaaaa8001b2 to your computer and use it in GitHub Desktop.
oauth1 coverage after first test case
Coverage for application 'oauth1'
Coverdata collected over all tests
Excluded module(s): []
Module Covered (%) Covered (Lines) Not covered (Lines)
oauth1_authorization_request 0 % 0 21
oauth1_authorizations 0 % 0 22
oauth1_callback 0 % 0 15
oauth1_client 0 % 0 1
oauth1_config 100 % 2 0
oauth1_credentials 11 % 9 74
oauth1_nonce 0 % 0 9
oauth1_random_string 0 % 0 6
oauth1_resource 67 % 2 1
oauth1_server 0 % 0 120
oauth1_signature 93 % 14 1
oauth1_signature_base_string 74 % 25 9
oauth1_signature_base_string_uri 100 % 2 0
oauth1_signature_key 71 % 5 2
oauth1_storage 0 % 0 6
oauth1_storage_ets 0 % 0 16
oauth1_timestamp 100 % 3 0
oauth1_uri 56 % 20 16
oauth1_verifier 0 % 0 15
Total 20 % 82 334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment