|
| 1 | +{ |
| 2 | + "schema": "lobster-report", |
| 3 | + "version": 2, |
| 4 | + "generator": "lobster_report", |
| 5 | + "levels": [ |
| 6 | + { |
| 7 | + "name": "code", |
| 8 | + "kind": "implementation", |
| 9 | + "items": [ |
| 10 | + { |
| 11 | + "tag": "python basic1.trlc_reference", |
| 12 | + "location": { |
| 13 | + "kind": "github", |
| 14 | + "gh_root": "https://github.com/bmw-software-engineering/lobster/../bali/trip", |
| 15 | + "commit": "abcdef1111111111111111", |
| 16 | + "file": "submodule1_file1.py", |
| 17 | + "line": 5 |
| 18 | + }, |
| 19 | + "name": "basic1.trlc_reference", |
| 20 | + "messages": [], |
| 21 | + "just_up": [ |
| 22 | + "helper function" |
| 23 | + ], |
| 24 | + "just_down": [], |
| 25 | + "just_global": [], |
| 26 | + "tracing_status": "JUSTIFIED", |
| 27 | + "language": "Python", |
| 28 | + "kind": "Function" |
| 29 | + }, |
| 30 | + { |
| 31 | + "tag": "python basic2.Example.helper_function", |
| 32 | + "location": { |
| 33 | + "kind": "github", |
| 34 | + "gh_root": "https://github.com/bmw-software-engineering/lobster/../somewhere/else", |
| 35 | + "commit": "abcdef22222222222222", |
| 36 | + "file": "submodule2_file1.py", |
| 37 | + "line": 13 |
| 38 | + }, |
| 39 | + "name": "basic2.Example.helper_function", |
| 40 | + "messages": [], |
| 41 | + "just_up": [], |
| 42 | + "just_down": [], |
| 43 | + "just_global": [], |
| 44 | + "tracing_status": "OK", |
| 45 | + "language": "Python", |
| 46 | + "kind": "Method" |
| 47 | + }, |
| 48 | + { |
| 49 | + "tag": "python basic3.Example.helper_function", |
| 50 | + "location": { |
| 51 | + "kind": "github", |
| 52 | + "gh_root": "https://github.com/bmw-software-engineering/lobster/../palm/beach", |
| 53 | + "commit": "abcdef333333333333", |
| 54 | + "file": "submodule2_file2.py", |
| 55 | + "line": 13 |
| 56 | + }, |
| 57 | + "name": "basic3.Example.helper_function", |
| 58 | + "messages": [], |
| 59 | + "just_up": [], |
| 60 | + "just_down": [], |
| 61 | + "just_global": [], |
| 62 | + "tracing_status": "OK", |
| 63 | + "language": "Python", |
| 64 | + "kind": "Method" |
| 65 | + } |
| 66 | + ], |
| 67 | + "coverage": 66.66666666666667 |
| 68 | + } |
| 69 | + ], |
| 70 | + "policy": { |
| 71 | + "code": { |
| 72 | + "name": "code", |
| 73 | + "kind": "implementation", |
| 74 | + "traces": [], |
| 75 | + "source": [ |
| 76 | + { |
| 77 | + "file": "basic.lobster" |
| 78 | + } |
| 79 | + ], |
| 80 | + "needs_tracing_up": false, |
| 81 | + "needs_tracing_down": false, |
| 82 | + "breakdown_requirements": [] |
| 83 | + } |
| 84 | + }, |
| 85 | + "matrix": [] |
| 86 | +} |
0 commit comments