()
| 19 | } |
| 20 | |
| 21 | function hashFragmentTitle() { |
| 22 | if (hashPresent) return 'The hash fragment is:'; |
| 23 | return 'No hash fragment in the url'; |
| 24 | } |
| 25 | |
| 26 | function linkToShowQueryAndOrHash() { |
| 27 | if (queryPresent && hashPresent) return null; |
no outgoing calls
no test coverage detected